summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2023-11-28 21:10:38 -0800
committerRoman Kiryanov <rkir@google.com>2023-11-28 21:10:38 -0800
commitd666bc55f5448230a5b8383d5b408e2620637a97 (patch)
tree8aa4f033e6f7d7d4fe5163eba6af1ecaef773a91
parent6ad1df94a5123071ae7feca64fe2c2c1499a628b (diff)
downloadatv-d666bc55f5448230a5b8383d5b408e2620637a97.tar.gz
Include emu64*/details.mk instead of arch-vendor.mk
to match the board. This is the same file. Bug: 295259752 Test: presubmit Change-Id: I7136789c2778a77ebd14c7d1997aabdb501d5a04 Signed-off-by: Roman Kiryanov <rkir@google.com>
-rw-r--r--products/aosp_tv_arm64.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/products/aosp_tv_arm64.mk b/products/aosp_tv_arm64.mk
index 0b2ab38..f6244b5 100644
--- a/products/aosp_tv_arm64.mk
+++ b/products/aosp_tv_arm64.mk
@@ -60,7 +60,7 @@ PRODUCT_PACKAGES += \
# All components inherited here go to vendor 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, device/generic/goldfish/board/emu64a/details.mk)
$(call inherit-product, $(SRC_TARGET_DIR)/board/generic_arm64/device.mk)
#