From b7e9354899c504b1bc85e9b2e913c28096afb8b1 Mon Sep 17 00:00:00 2001 From: Randall Huang Date: Fri, 14 Apr 2023 14:49:37 +0800 Subject: 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 --- Android.bp | 4 ++-- 1 file 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, -- cgit v1.2.3