-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathencore.mk
executable file
·174 lines (145 loc) · 5.9 KB
/
encore.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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
#
# Copyright (C) 2009 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.
#
# include cicada's sensors library
common_ti_dirs := libsensors
include $(call all-named-subdir-makefiles, $(common_ti_dirs))
$(call inherit-product, build/target/product/full_base.mk)
# Place kernels to enable switching between 16 and 32 bit framebuffers
# 16 bit can be use for a large increase in GFX performance
# 32 bit is default
PRODUCT_COPY_FILES += \
device/bn/encore/prebuilt/boot/kernel16:/system/bin/kernel/uImage16 \
device/bn/encore/prebuilt/boot/kernel32:/system/bin/kernel/uImage32
# Get a proper init file
PRODUCT_COPY_FILES += \
device/bn/encore/init.encore.rc:root/init.encore.rc \
device/bn/encore/ueventd.encore.rc:root/ueventd.encore.rc
# Place wifi files
PRODUCT_COPY_FILES += \
device/bn/encore/prebuilt/wifi/tiwlan_drv.ko:/system/lib/modules/tiwlan_drv.ko \
device/bn/encore/prebuilt/wifi/tiwlan.ini:/system/etc/wifi/tiwlan.ini \
device/bn/encore/prebuilt/wifi/firmware.bin:/system/etc/wifi/firmware.bin
# Place bluetooth firmware
PRODUCT_COPY_FILES += \
device/bn/encore/firmware/TIInit_7.2.31.bts:/system/etc/firmware/TIInit_7.2.31.bts
# Place prebuilt from omapzoom
PRODUCT_COPY_FILES += \
device/bn/encore/prebuilt/GFX/system/lib/hw/overlay.omap3.so:/system/lib/hw/overlay.omap3.so
# Place permission files
PRODUCT_COPY_FILES += \
frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
frameworks/base/data/etc/android.hardware.sensor.accelerometer.xml:system/etc/permissions/android.hardware.sensor.accelerometer.xml \
frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml \
frameworks/base/data/etc/android.hardware.camera.autofocus.xml:system/etc/permissions/android.hardware.camera.autofocus.xml \
frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml
$(call inherit-product-if-exists, vendor/bn/encore/encore-vendor.mk)
DEVICE_PACKAGE_OVERLAYS += device/bn/encore/overlay
PRODUCT_PACKAGES += \
librs_jni \
tiwlan.ini \
dspexec \
libbridge \
wlan_cu \
libtiOsLib \
wlan_loader \
libCustomWifi \
wpa_supplicant.conf \
dhcpcd.conf \
libOMX.TI.AAC.encode \
libOMX.TI.AMR.encode \
libOMX.TI.WBAMR.encode \
libOMX.TI.JPEG.Encoder \
libLCML \
libOMX_Core \
libOMX.TI.Video.Decoder \
libOMX.TI.Video.encoder \
libVendor_ti_omx \
sensors.encore \
lights.encore \
alsa.default \
alsa.omap3 \
acoustics.default \
libomap_mm_library_jni \
hwprops
PRODUCT_PACKAGES += \
libreference-ril
# Use medium-density artwork where available
PRODUCT_LOCALES += mdpi
# Vold
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/etc/vold.encore.fstab:system/etc/vold.fstab
# Media Profile
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/etc/media_profiles.xml:system/etc/media_profiles.xml
# Misc # TODO: Find a better home for this
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/clear_bootcnt.sh:/system/bin/clear_bootcnt.sh
# update the battery log info
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/log_battery_data.sh:/system/bin/log_battery_data.sh
# SD ramdisk packer script - by request - execute manually as-needed
PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/sd_ramdisk_packer.sh:sd_ramdisk_packer.sh
ifeq ($(TARGET_PREBUILT_KERNEL),)
LOCAL_KERNEL := device/bn/encore/prebuilt/boot/kernel32
else
LOCAL_KERNEL := $(TARGET_PREBUILT_KERNEL)
endif
ifeq ($(TARGET_PREBUILT_BOOTLOADER),)
LOCAL_BOOTLOADER := device/bn/encore/prebuilt/boot/MLO
else
LOCAL_BOOTLOADER := $(TARGET_PREBUILT_BOOTLOADER)
endif
ifeq ($(TARGET_PREBUILT_2NDBOOTLOADER),)
LOCAL_2NDBOOTLOADER := device/bn/encore/prebuilt/boot/u-boot.bin
else
LOCAL_2NDBOOTLOADER := $(TARGET_PREBUILT_2NDBOOTLOADER)
endif
# Boot files
PRODUCT_COPY_FILES += \
$(LOCAL_KERNEL):kernel \
$(LOCAL_BOOTLOADER):bootloader \
$(LOCAL_2NDBOOTLOADER):2ndbootloader
# Set property overrides
PRODUCT_PROPERTY_OVERRIDES += \
dalvik.vm.dexopt-flags=m=y \
ro.com.google.locationfeatures=1 \
ro.com.google.networklocation=1 \
ro.allow.mock.location=1 \
qemu.sf.lcd_density=160 \
ro.setupwizard.enable_bypass=1 \
ro.sf.hwrotation=270 \
ro.setupwizard.enable_bypass=1 \
keyguard.no_require_sim=1 \
wifi.interface=tiwlan0 \
alsa.mixer.playback.master=default \
alsa.mixer.capture.master=Analog \
dalvik.vm.heapsize=32m \
ro.opengles.version=131072
FRAMEWORKS_BASE_SUBDIRS += \
$(addsuffix /java, \
omapmmlib \
)
# we have enough storage space to hold precise GC data
PRODUCT_TAGS += dalvik.gc.type-precise
PRODUCT_BUILD_PROP_OVERRIDES += BUILD_UTC_DATE=0
PRODUCT_NAME := full_encore
PRODUCT_DEVICE := encore