aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-28 01:25:52 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-28 01:25:52 +0000
commit65c0002cd252cacc8d22b60b55e8c06d41ceabe9 (patch)
treeb926f926a0aa0b2c794d89a76e6c793d42d4754e
parentb3f25afb799677b70bd5d34b3a02e2c1d4f79398 (diff)
parent1191e1f5881c6eb535e930c40ca2e771449866a8 (diff)
downloadsg3_utils-android-14.0.0_r21.tar.gz
Change-Id: I37684b1e622295da35b3d0d7c5c2b801edbe42ad
-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,