forked from Kra1o5/android_device_huawei_u8833
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathu8833.mk
129 lines (108 loc) · 5.29 KB
/
u8833.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Copyright (C) 2012 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
# This file is the build configuration for a full Android
# build for toro hardware. This cleanly combines a set of
# device-specific aspects (drivers) with a device-agnostic
# product configuration (apps). Except for a few implementation
# details, it only fundamentally contains two inherit-product
# lines, full and toro, hence its name.
#
$(call inherit-product, $(SRC_TARGET_DIR)/product/languages_full.mk)
# The GPS configuration appropriate for this device.
$(call inherit-product, device/common/gps/gps_eu_supl.mk)
$(call inherit-product, vendor/huawei/u8833/u8833-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/huawei/u8833/overlay
PRODUCT_AAPT_CONFIG := normal hdpi
PRODUCT_AAPT_PREF_CONFIG := hdpi
# Video
PRODUCT_PACKAGES += \
libstagefrighthw \
libmm-omxcore \
libOmxCore
# Graphics
PRODUCT_PACKAGES += \
copybit.msm7x27a \
gralloc.msm7x27a \
hwcomposer.msm7x27a \
libgenlock \
libtilerenderer
# Audio
PRODUCT_PACKAGES += \
audio.a2dp.default \
audio.primary.u8833 \
audio_policy.u8833 \
audio.usb.default \
libaudioutils
# GPS
PRODUCT_PACKAGES += \
gps.u8833 \
libloc_api-rpc
# u8833 specific
PRODUCT_PACKAGES += \
lights.u8833
# Live Wallpapers
PRODUCT_PACKAGES += \
LiveWallpapers \
LiveWallpapersPicker \
librs_jni
# Other Packages
PRODUCT_PACKAGES += \
dexpreopt \
make_ext4fs \
setup_fs \
hwmac \
Torch \
com.android.future.usb.accessory
PRODUCT_COPY_FILES += \
device/huawei/u8833/ramdisk/init.huawei.rc:root/init.huawei.rc \
device/huawei/u8833/ramdisk/init.huawei.usb.rc:root/init.huawei.usb.rc \
device/huawei/u8833/ramdisk/fstab.huawei:root/fstab.huawei \
device/huawei/u8833/ramdisk/ueventd.huawei.rc:root/ueventd.huawei.rc \
device/huawei/u8833/ramdisk/tp/1191601.img:root/tp/1191601.img \
device/huawei/u8833/ramdisk/wifi/ar6000.ko:root/wifi/ar6000.ko \
device/huawei/u8833/ramdisk/wifi/cfg80211.ko:root/wifi/cfg80211.ko
PRODUCT_COPY_FILES += \
$(call find-copy-subdir-files,*,device/huawei/u8833/prebuilt/system,system)
# Files needed for recovery image
PRODUCT_COPY_FILES += \
device/huawei/u8833/recovery/sbin/charge_recovery:/recovery/root/sbin/charge_recovery \
device/huawei/u8833/recovery/sbin/rmt_storage_recovery:/recovery/root/sbin/rmt_storage_recovery \
device/huawei/u8833/recovery/sbin/rmt_oeminfo_recovery:/recovery/root/sbin/rmt_oeminfo_recovery \
device/huawei/u8833/recovery/sbin/linker:/recovery/root/sbin/linker \
device/huawei/u8833/recovery/sbin/charge.sh:/recovery/root/sbin/charge.sh
# Install the features available on this device.
PRODUCT_COPY_FILES += \
frameworks/native/data/etc/android.hardware.bluetooth.xml:system/etc/permissions/android.hardware.bluetooth.xml \
frameworks/native/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
frameworks/native/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
frameworks/native/data/etc/android.hardware.camera.front.xml:system/etc/permissions/android.hardware.camera.front.xml \
frameworks/native/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/native/data/etc/android.hardware.sensor.compass.xml:system/etc/permissions/android.hardware.sensor.compass.xml \
frameworks/native/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/native/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
frameworks/native/data/etc/android.hardware.usb.accessory.xml:system/etc/permissions/android.hardware.usb.accessory.xml \
frameworks/native/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/native/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:/system/etc/permissions/android.software.live_wallpaper.xml
PRODUCT_TAGS += dalvik.gc.type-precise
$(call inherit-product, build/target/product/full.mk)
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_NAME := full_u8833
PRODUCT_DEVICE := u8833
PRODUCT_MANUFACTURER := HUAWEI
PRODUCT_MODEL := Ascend Y300