-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathdevice.mk
More file actions
35 lines (29 loc) · 951 Bytes
/
device.mk
File metadata and controls
35 lines (29 loc) · 951 Bytes
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
# Build configuration for AOSP on T-Mobile myTouch 3G Slide
$(call inherit-product, build/target/product/generic.mk)
$(call inherit-product, vendor/htc/espresso/device_espresso.mk)
PRODUCT_PACKAGES += \
DeskClock \
DownloadProvider \
Gallery3D \
GlobalSearch \
Launcher2 \
LiveWallpapers \
LiveWallpapersPicker \
MagicSmokeWallpapers \
SoundRecorder \
VisualizationWallpers \
VoiceDialer \
libRS \
librs_jni
# How this product is called in the build system
PRODUCT_NAME := htc_espresso
# Which actual hardware this is based on (this is a path under vendor/)
PRODUCT_BRAND := htc
PRODUCT_DEVICE := espresso
# The user-visible product name
PRODUCT_MODEL := T-Mobile myTouch 3G Slide
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