Remove Camera app from the generic build.
That's because a camera isn't required for compatibility and some devices don't have a camera. Add the Camera app in the emulator builds, since the emulator does have a camera. Change-Id: I56a1fe9f703c3b05dec99200a9353d75338c5f40
This commit is contained in:
@@ -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)
|
||||
|
||||
|
@@ -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)
|
||||
|
||||
|
@@ -26,7 +26,6 @@ PRODUCT_PACKAGES := \
|
||||
Bluetooth \
|
||||
Calculator \
|
||||
Calendar \
|
||||
Camera \
|
||||
CertInstaller \
|
||||
DrmProvider \
|
||||
Email \
|
||||
|
Reference in New Issue
Block a user