Snap for 8953554 from 053c50369e5b66c65ac7b35f801782de94e39bcf to mainline-tzdata4-release

Change-Id: I8a94e7f4a0d6b8762b39930cf8092a3da210cbf7
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 @@
 # 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.