aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-18 01:30:20 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-18 01:30:20 +0000
commit0f137c87a52f3a451c2cf9a53a88a88ce4ad5bb5 (patch)
treeb926f926a0aa0b2c794d89a76e6c793d42d4754e
parent04140b30303a288c8c6cb27669c4eb285e2ff68b (diff)
parentf9a84cccb0bb075dc0ac1b5a09bdf61dbe43e867 (diff)
downloadsg3_utils-android14-s2-release.tar.gz
Change-Id: Ic3388923463384a9b313532aa829fb6f9e1db780
-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,