device/qcom/common: Add common.mk file
Add a common.mk file that can be included by all targets. Target specific defines can be overridden if needed. Change-Id: I6f43f46ff93abe605e6d8af40cf087de4a3d5dc3
This commit is contained in:
parent
865d8bba4a
commit
54af5a5897
|
@ -0,0 +1,50 @@
|
|||
PRODUCT_PACKAGES := \
|
||||
AccountAndSyncSettings \
|
||||
DeskClock \
|
||||
AlarmProvider \
|
||||
Bluetooth \
|
||||
Calculator \
|
||||
Calendar \
|
||||
Camera \
|
||||
CertInstaller \
|
||||
DrmProvider \
|
||||
Email \
|
||||
Gallery3D \
|
||||
LatinIME \
|
||||
Launcher2 \
|
||||
Mms \
|
||||
Music \
|
||||
Provision \
|
||||
Protips \
|
||||
QuickSearchBox \
|
||||
Settings \
|
||||
Sync \
|
||||
SystemUI \
|
||||
Updater \
|
||||
CalendarProvider \
|
||||
SyncProvider \
|
||||
IM \
|
||||
VoiceDialer \
|
||||
FM
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
||||
frameworks/base/data/etc/android.hardware.camera.xml:system/etc/permissions/android.hardware.camera.xml \
|
||||
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
|
||||
frameworks/base/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
|
||||
frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
|
||||
frameworks/base/data/etc/android.hardware.telephony.cdma.xml:system/etc/permissions/android.hardware.telephony.cdma.xml \
|
||||
frameworks/base/data/etc/android.hardware.location.xml:system/etc/permissions/android.hardware.location.xml \
|
||||
frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
|
||||
frameworks/base/data/etc/android.hardware.touchscreen.xml:system/etc/permissions/android.hardware.touchscreen.xml \
|
||||
frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
|
||||
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml
|
||||
#frameworks/base/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
|
||||
|
||||
|
||||
#Enabling Ring Tones
|
||||
include frameworks/base/data/sounds/OriginalAudio.mk
|
||||
|
||||
$(call inherit-product, $(SRC_TARGET_DIR)/product/core.mk)
|
||||
|
||||
PRODUCT_BRAND := qcom
|
||||
PRODUCT_LOCALES := hdpi mdpi
|
Loading…
Reference in New Issue