aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRandall Huang <huangrandall@google.com>2023-04-14 14:49:37 +0800
committerRandall Huang <huangrandall@google.com>2023-04-14 14:58:25 +0800
commitb7e9354899c504b1bc85e9b2e913c28096afb8b1 (patch)
treeb926f926a0aa0b2c794d89a76e6c793d42d4754e
parent3bcb7a8369ad60340c2b5d21723f4301b827862b (diff)
downloadsg3_utils-b7e9354899c504b1bc85e9b2e913c28096afb8b1.tar.gz
Move the tool from /system_ext to /vendor
Vendor executables, such as dumpstate vendor variant, can only call executables placed under /vendor/bin. Therefore, the tool must be moved to /vendor/bin in order to be called by vendor executables. Bug: 264001741 Test: build pass Change-Id: I93b2f03bc2790e3d9afbaccf7c4e96821b183d3f Signed-off-by: Randall Huang <huangrandall@google.com>
-rw-r--r--Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp
index f7c54556..b19d41a3 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,8 +34,8 @@ cc_defaults {
local_include_dirs: [
"include",
],
- // Core only. See also https://source.android.com/docs/core/architecture/bootloader/partitions/product-interfaces.
- system_ext_specific: true,
+ // vendor only. See also https://source.android.com/docs/core/architecture/bootloader/partitions/product-interfaces.
+ vendor: true,
target: {
host: {
enabled: false,