aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-18 03:50:56 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-04-18 03:50:56 +0000
commitda132eb5104861856ddd4c6bdef96169c6ed2fa0 (patch)
treeb926f926a0aa0b2c794d89a76e6c793d42d4754e
parent188f9c689d8a4377481e4d44f6c5aafe280f8514 (diff)
parent1191e1f5881c6eb535e930c40ca2e771449866a8 (diff)
downloadsg3_utils-android14-d1-s7-release.tar.gz
Change-Id: I7d167a1ec5c3f554cc0ebf06d88248df2170a058
-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,