summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Kiryanov <rkir@google.com>2024-04-29 20:16:57 -0700
committerRoman Kiryanov <rkir@google.com>2024-04-30 10:23:44 -0700
commite969f763145c316a21e09b171944ed02945dde19 (patch)
tree78eac25041f5ce3b4f366f458ef20794043c0b43
parent65d4bce2ed2384c0a1bfb500a357ce7ef4f8781a (diff)
downloadgoldfish-e969f763145c316a21e09b171944ed02945dde19.tar.gz
Add phone.mk to slim targets
emulator64_vendor.mk is deprecated and will be retired soon. Bug: 337081933 Test: presubmit Change-Id: I17ca4098381bedd15c0c35d9c3ca523cbefd6a61 Signed-off-by: Roman Kiryanov <rkir@google.com>
-rw-r--r--64bitonly/product/sdk_slim_arm64.mk2
-rw-r--r--64bitonly/product/sdk_slim_x86_64.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/64bitonly/product/sdk_slim_arm64.mk b/64bitonly/product/sdk_slim_arm64.mk
index a2d5b79f..2128bbcc 100644
--- a/64bitonly/product/sdk_slim_arm64.mk
+++ b/64bitonly/product/sdk_slim_arm64.mk
@@ -49,7 +49,7 @@ PRODUCT_PACKAGES += \
# this must go first - overwrites the goldfish handheld_core_hardware.xml
$(call inherit-product, device/generic/goldfish/slim/vendor.mk)
$(call inherit-product, device/generic/goldfish/board/emu64a/details.mk)
-$(call inherit-product, device/generic/goldfish/64bitonly/product/emulator64_vendor.mk)
+$(call inherit-product, device/generic/goldfish/product/phone.mk)
# include the overlay that overrides systemui definitions with fakesystemapp
PRODUCT_PACKAGES += slim_overlay_frameworks_base_core
diff --git a/64bitonly/product/sdk_slim_x86_64.mk b/64bitonly/product/sdk_slim_x86_64.mk
index 80cdbe92..2b67566f 100644
--- a/64bitonly/product/sdk_slim_x86_64.mk
+++ b/64bitonly/product/sdk_slim_x86_64.mk
@@ -48,7 +48,7 @@ PRODUCT_PACKAGES += \
# this must go first - overwrites the goldfish handheld_core_hardware.xml
$(call inherit-product, device/generic/goldfish/slim/vendor.mk)
$(call inherit-product, device/generic/goldfish/board/emu64x/details.mk)
-$(call inherit-product, device/generic/goldfish/64bitonly/product/emulator64_vendor.mk)
+$(call inherit-product, device/generic/goldfish/product/phone.mk)
# include the overlay that overrides systemui definitions with fakesystemapp
PRODUCT_PACKAGES += slim_overlay_frameworks_base_core