diff options
-rw-r--r-- | target/product/full.mk | 3 | ||||
-rw-r--r-- | target/product/full_x86.mk | 3 | ||||
-rw-r--r-- | target/product/generic_no_telephony.mk | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/target/product/full.mk b/target/product/full.mk index 8231e99..0f1956b 100644 --- a/target/product/full.mk +++ b/target/product/full.mk @@ -19,6 +19,9 @@ # build quite specifically for the emulator, and might not be # entirely appropriate to inherit from for on-device configurations. +PRODUCT_PACKAGES := \ + Camera + $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base_telephony.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic/device.mk) diff --git a/target/product/full_x86.mk b/target/product/full_x86.mk index d6a169a..c7a4cfb 100644 --- a/target/product/full_x86.mk +++ b/target/product/full_x86.mk @@ -26,6 +26,9 @@ ifdef NET_ETH0_STARTONBOOT PRODUCT_PROPERTY_OVERRIDES += net.eth0.startonboot=1 endif +PRODUCT_PACKAGES := \ + Camera + $(call inherit-product, $(SRC_TARGET_DIR)/product/full_base.mk) $(call inherit-product, $(SRC_TARGET_DIR)/board/generic_x86/device.mk) diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index 020b0dd..f4b9c51 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -26,7 +26,6 @@ PRODUCT_PACKAGES := \ Bluetooth \ Calculator \ Calendar \ - Camera \ CertInstaller \ DrmProvider \ Email \ |