From e862bdd306aea9d8a3fafe36658946e8bd388503 Mon Sep 17 00:00:00 2001 From: Anton Hansson Date: Fri, 13 May 2022 10:07:21 +0000 Subject: Update sdk parent 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 --- products/sample_addon.mk | 4 ++-- 1 file 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 -userdebug; m sdk_addon' to build the add-on. -- cgit v1.2.3