-
Notifications
You must be signed in to change notification settings - Fork 1
/
device.mk
39 lines (32 loc) · 999 Bytes
/
device.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Build configuration for AOSP on HTC Bravo
$(call inherit-product, build/target/product/generic.mk)
include vendor/htc/bravo/device_bravo.mk
PRODUCT_PACKAGES += \
DeskClock \
DownloadProvider \
Gallery3D \
GlobalSearch \
Launcher2 \
LiveWallpapers \
LiveWallpapersPicker \
MagicSmokeWallpapers \
SoundRecorder \
VisualizationWallpers \
VoiceDialer \
libRS \
librs_jni \
sensors.bravo
# How this product is called in the build system
PRODUCT_NAME := htc_bravo
# Which actual hardware this is based on (this is a path under vendor/)
PRODUCT_BRAND := htc_wwe
PRODUCT_DEVICE := bravo
# The user-visible product name
PRODUCT_MODEL := HTC Desire
PRODUCT_MANUFACTURER := HTC
# Pick up some sounds
include frameworks/base/data/sounds/AudioPackage4.mk
# This is the list of locales included in AOSP builds
PRODUCT_LOCALES := en_US en_GB fr_FR it_IT de_DE es_ES
# This is a high DPI device, so add the hdpi pseudo-locale
PRODUCT_LOCALES += hdpi