aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,