aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-11 18:08:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-05-11 18:08:50 +0000
commit007f80e5889d46b4aa1060e682e0ddf1e08d74be (patch)
treeb926f926a0aa0b2c794d89a76e6c793d42d4754e
parent3f029441b8297515a2ea6b7534dc60153d8583a2 (diff)
parent0f137c87a52f3a451c2cf9a53a88a88ce4ad5bb5 (diff)
downloadsg3_utils-007f80e5889d46b4aa1060e682e0ddf1e08d74be.tar.gz
Snap for 10078606 from 0f137c87a52f3a451c2cf9a53a88a88ce4ad5bb5 to aml-frc-releasefrc_340821000frc_340819280frc_340819220frc_340819190frc_340819030frc_340819020frc_340819010frc_340818170frc_340818110
Change-Id: I3884a88eb332f4b625298faa6e7ddb92fb0662a2
-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,