aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-06 05:52:21 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-06-06 05:52:21 +0000
commit81bb9531dacc00dc6c18e843d047d8de2b68f963 (patch)
tree968c37bf08f0111566e09ce2087cfe3e65578f13
parent6fe9df6cc2f2770aa443d0a3a5b9569d2ed5426b (diff)
parente862bdd306aea9d8a3fafe36658946e8bd388503 (diff)
downloadsample-android13-frc-cellbroadcast-release.tar.gz
Snap for 8684859 from e862bdd306aea9d8a3fafe36658946e8bd388503 to tm-frc-cellbroadcast-releaset_frc_cbr_330443000android13-frc-cellbroadcast-release
Change-Id: I838dd89253ec60dbbf7930ba333d84b91d303773
-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.