OSDN Git Service

generic_x86: use new mesa libraries
[android-x86/build.git] / target / product / generic_x86.mk
1 # This is a generic product that isn't specialized for a specific device.
2 # It includes the base Android-x86 platform.
3
4 PRODUCT_PACKAGES := \
5     DeskClock \
6     Gallery3D \
7     GlobalSearch \
8     GlobalTime \
9     IM \
10     ImProvider \
11     JETBoy \
12     LiveWallpapers \
13     LiveWallpapersPicker \
14     LunarLander \
15     MagicSmokeWallpapers \
16     NotePad \
17     PinyinIME \
18     Provision \
19     RSSReader \
20     Snake \
21     SoundRecorder \
22     VisualizationWallpapers \
23     gralloc.mesa \
24     i915_dri \
25     i965_dri \
26     libGLES_mesa \
27     librs_jni
28
29 THIRD_PARTY_APPS = \
30     ConnectBot \
31     FileManager \
32     LIME \
33
34
35 $(call inherit-product,frameworks/base/data/sounds/OriginalAudio.mk)
36 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic.mk)
37 $(call inherit-product,device/common/keymaps/keymaps.mk)
38
39 # Overrides
40 PRODUCT_BRAND := generic_x86
41 PRODUCT_DEVICE := generic_x86
42 PRODUCT_NAME := generic_x86
43 PRODUCT_POLICY := android.policy_phone
44 PRODUCT_PROPERTY_OVERRIDES += \
45         ro.com.android.dataroaming=true
46
47 PRODUCT_LOCALES += hdpi mdpi
48
49 GENERIC_X86_CONFIG_MK := $(SRC_TARGET_DIR)/board/generic_x86/BoardConfig.mk
50 GENERIC_X86_ANDROID_MK := $(SRC_TARGET_DIR)/board/generic_x86/AndroidBoard.mk