aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hansson <hansson@google.com>2022-05-13 10:07:21 +0000
committerAnton Hansson <hansson@google.com>2022-05-25 13:16:16 +0000
commite862bdd306aea9d8a3fafe36658946e8bd388503 (patch)
tree968c37bf08f0111566e09ce2087cfe3e65578f13
parent69df3effbe2d2f41b3b265a27a27efad93fc0fab (diff)
downloadsample-e862bdd306aea9d8a3fafe36658946e8bd388503.tar.gz
Update sdk parentandroid13-dev
sdk.mk used to be a synonym for sdk_phone_armv7, but isn't anymore. Update sample_addon to inherit directly from sdk_phone_armv7 instead. Bug: 205008975 Test: presubmit Merged-In: I926d520cec73ac54f4c9da75d9dcc67f2edc7db1 Change-Id: I926d520cec73ac54f4c9da75d9dcc67f2edc7db1
-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.