Skip to content
Snippets Groups Projects
Commit 53f4e5e6 authored by Michael Vines's avatar Michael Vines
Browse files

Add PRODUCT_PACKAGES missing from -user/-userdebug

Change-Id: I739e6ebdd87be4471d7009d8fae39d14dfa35d4d
parent 088c3bea
No related branches found
No related tags found
No related merge requests found
......@@ -7,13 +7,16 @@ diff --git a/common.mk b/common.mk
index 744a9ea..e4c2505 100755
--- a/common.mk
+++ b/common.mk
@@ -478,3 +478,6 @@ PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
@@ -478,3 +478,9 @@ PRODUCT_PRIVATE_KEY := device/qcom/common/qcom.key
$(call inherit-product, frameworks/base/build/phone-xhdpi-1024-dalvik-heap.mk)
$(call inherit-product, frameworks/base/data/fonts/fonts.mk)
$(call inherit-product, frameworks/base/data/keyboards/keyboards.mk)
+$(call inherit-product-if-exists, vendor/qcom/proprietary/b2g_common/b2g_product.mk)
+$(call inherit-product, device/qcom/b2g_common/b2g_product.mk)
+include device/qcom/b2g_common/keymaps/keymaps.mk
+TARGET_PROVIDES_B2G_INIT_RC=true
+
+PRODUCT_PACKAGES+=init.qcom.class_core.sh init.qcom.class_main.sh
--
1.7.6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment