aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-27 01:04:28 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-05-27 01:04:28 +0000
commit728e940baea17af07f80ccc0681e94202154db4f (patch)
tree968c37bf08f0111566e09ce2087cfe3e65578f13
parentf410f3a9320ae4427e54724e7e13180c268d864c (diff)
parent5f5aef3bb2ca4e82efb3a8c5a7f18ac54af356b6 (diff)
downloadsample-android13-qpr1-s8-release.tar.gz
Change-Id: Ib7102a1e74fe8c4574ffbbd21a61af64085a8fc1
-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.