From 205bb15e866a12d823b80c364bbf7c101701e64f Mon Sep 17 00:00:00 2001 From: Jordan R Abrahams-Whitehead Date: Fri, 9 Aug 2024 20:12:24 +0000 Subject: [PATCH] Add cpu-target-features binary This is a very small executable which is used to determine what CPU target features are enabled for a given compiler toolchain. The actual source code is in bionic. Bug: 354747380 Test: Installed on to cuttlefish and ran for x86_64 Change-Id: I348060054ae4427d1ae903a384340413fe714c4c --- shell_and_utilities/Android.bp | 1 + 1 file changed, 1 insertion(+) diff --git a/shell_and_utilities/Android.bp b/shell_and_utilities/Android.bp index d85f6edb3..d5893de63 100644 --- a/shell_and_utilities/Android.bp +++ b/shell_and_utilities/Android.bp @@ -18,6 +18,7 @@ phony { "awk", "bc", "bzip2", + "cpu-target-features", "fsck.exfat", "ldd", "logwrapper",