aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 20:10:54 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-20 20:10:54 +0000
commitc6a9d73ea0b908a21dac46cc1dede1cee10a40d9 (patch)
tree968c37bf08f0111566e09ce2087cfe3e65578f13
parent505ed7fb44379d1362f8db12f04d7b9f156dead1 (diff)
parent053c50369e5b66c65ac7b35f801782de94e39bcf (diff)
downloadsample-aml_ext_331112010.tar.gz
Snap for 8746144 from 053c50369e5b66c65ac7b35f801782de94e39bcf to mainline-extservices-releaseaml_ext_331814220aml_ext_331412000aml_ext_331312000aml_ext_331112010aml_ext_331012020android13-mainline-extservices-release
Change-Id: I48994c7e8bbfff8f795fb4886f7e01d6a44dd667
-rw-r--r--products/sample_addon.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/products/sample_addon.mk b/products/sample_addon.mk
index cf6a3c6..a4c73ea 100644
--- a/products/sample_addon.mk
+++ b/products/sample_addon.mk
@@ -32,8 +32,8 @@ PRODUCT_SDK_ADDON_STUB_DEFS := $(LOCAL_PATH)/addon_stub_defs
# in the documentation section.
PRODUCT_SDK_ADDON_DOC_MODULES := platform_library
-# This add-on extends the default sdk product.
-$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk.mk)
+# This add-on extends the arm emulator/sdk product.
+$(call inherit-product, $(SRC_TARGET_DIR)/product/sdk_phone_armv7.mk)
# Real name of the add-on. This is the name used to build the add-on.
# Use 'lunch <PRODUCT_NAME>-userdebug; m sdk_addon' to build the add-on.