summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHongguang <hgchen@google.com>2021-07-08 11:20:51 -0700
committerHongguang Chen <hgchen@google.com>2021-07-08 19:26:03 +0000
commit9529642f9c5b02ece7a4175caa01b1aa6a348583 (patch)
treed1e2342ddb376d7be1046a66a3c74d83b2569f36
parent61630aae7438cdc33fcfd28c1c2250afdfbb4902 (diff)
downloadatv-9529642f9c5b02ece7a4175caa01b1aa6a348583.tar.gz
remove goldfish vendor from aosp_tv_arm64
This is causing goldfish kernel modules to show up in the GKI. Sync from aosp/1298005 Bug: 193147459 Fix: 193147459 Test: make Change-Id: I09b0de05cff5afee29fe200981ca2f032c111a35
-rw-r--r--products/aosp_tv_arm64.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/products/aosp_tv_arm64.mk b/products/aosp_tv_arm64.mk
index 7ccdec7..a488f64 100644
--- a/products/aosp_tv_arm64.mk
+++ b/products/aosp_tv_arm64.mk
@@ -53,10 +53,9 @@ PRODUCT_PACKAGES += \
TvSampleLeanbackLauncher
#
-# All components inherited here go to vendor image
+# All components inherited here go to vendor or vendor_boot image
#
$(call inherit-product, device/google/atv/products/atv_emulator_vendor.mk)
-$(call inherit-product-if-exists, device/generic/goldfish/arm64-vendor.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
ifeq (aosp_tv_arm64,$(TARGET_PRODUCT))