summaryrefslogtreecommitdiff
path: root/curie.mk (plain)
blob: bf787e9c310594d9fafdf77b30c922761b00e410
1# Copyright (C) 2011 Amlogic Inc
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
15#
16# This file is the build configuration for a full Android
17# build for Meson reference board.
18#
19
20ANDROID_BUILD_TYPE := 32
21
22# Dynamic enable start/stop zygote_secondary in 64bits
23# and 32bit system, default closed
24#TARGET_DYNAMIC_ZYGOTE_SECONDARY_ENABLE := true
25
26# Inherit from those products. Most specific first.
27ifeq ($(ANDROID_BUILD_TYPE), 64)
28ifeq ($(TARGET_DYNAMIC_ZYGOTE_SECONDARY_ENABLE), true)
29$(call inherit-product, device/amlogic/common/dynamic_zygote_seondary/dynamic_zygote_64_bit.mk)
30else
31$(call inherit-product, build/target/product/core_64_bit.mk)
32endif
33endif
34
35$(call inherit-product, device/amlogic/common/products/mbox/product_mbox.mk)
36$(call inherit-product, device/amlogic/curie/device.mk)
37$(call inherit-product-if-exists, vendor/google/products/gms.mk)
38
39# curie:
40
41NUM_FRAMEBUFFER_SURFACE_BUFFERS := 3
42
43PRODUCT_PROPERTY_OVERRIDES += \
44 sys.fb.bits=32 \
45 ro.hdmi.device_type=4 \
46 persist.sys.hdmi.keep_awake=false
47
48PRODUCT_NAME := curie
49PRODUCT_DEVICE := curie
50PRODUCT_BRAND := Amlogic
51PRODUCT_MODEL := curie
52PRODUCT_MANUFACTURER := Amlogic
53
54TARGET_KERNEL_BUILT_FROM_SOURCE := false
55
56PRODUCT_TYPE := mbox
57
58BOARD_AML_VENDOR_PATH := vendor/amlogic/ampere/
59
60BOARD_WIDEVINE_TA_PATH := vendor/amlogic/
61
62WITH_LIBPLAYER_MODULE := false
63
64OTA_UP_PART_NUM_CHANGED := true
65
66#AB_OTA_UPDATER :=true
67
68ifeq ($(AB_OTA_UPDATER),true)
69AB_OTA_PARTITIONS := \
70 boot \
71 system \
72 vendor \
73 odm
74
75TARGET_BOOTLOADER_CONTROL_BLOCK := true
76TARGET_NO_RECOVERY := true
77TARGET_PARTITION_DTSI := partition_mbox_ab.dtsi
78else
79TARGET_NO_RECOVERY := false
80TARGET_PARTITION_DTSI := partition_mbox_p241.dtsi
81
82BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
83BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
84endif
85
86#########Support compiling out encrypted zip/aml_upgrade_package.img directly
87#PRODUCT_BUILD_SECURE_BOOT_IMAGE_DIRECTLY := true
88PRODUCT_AML_SECUREBOOT_USERKEY := ./uboot/board/amlogic/gxl_p241_v1/aml-user-key.sig
89PRODUCT_AML_SECUREBOOT_SIGNTOOL := ./uboot/fip/gxl/aml_encrypt_gxl
90PRODUCT_AML_SECUREBOOT_SIGNBOOTLOADER := $(PRODUCT_AML_SECUREBOOT_SIGNTOOL) --bootsig \
91 --amluserkey $(PRODUCT_AML_SECUREBOOT_USERKEY) \
92 --aeskey enable
93PRODUCT_AML_SECUREBOOT_SIGNIMAGE := $(PRODUCT_AML_SECUREBOOT_SIGNTOOL) --imgsig \
94 --amluserkey $(PRODUCT_AML_SECUREBOOT_USERKEY)
95PRODUCT_AML_SECUREBOOT_SIGBIN := $(PRODUCT_AML_SECUREBOOT_SIGNTOOL) --binsig \
96 --amluserkey $(PRODUCT_AML_SECUREBOOT_USERKEY)
97
98########################################################################
99#
100# ATV
101#
102########################################################################
103ifneq ($(BOARD_COMPILE_ATV),false)
104BOARD_COMPILE_CTS := true
105TARGET_BUILD_GOOGLE_ATV:= true
106DONT_DEXPREOPT_PREBUILTS:= true
107endif
108########################################################################
109
110########################################################################
111#
112# CTS
113#
114########################################################################
115ifeq ($(BOARD_COMPILE_CTS),true)
116BOARD_WIDEVINE_OEMCRYPTO_LEVEL := 1
117BOARD_PLAYREADY_LEVEL := 1
118TARGET_BUILD_CTS:= true
119TARGET_BUILD_NETFLIX:= true
120endif
121########################################################################
122
123#########################################################################
124#
125# Dm-Verity
126#
127#########################################################################
128#BUILD_WITH_DM_VERITY := true
129#TARGET_USE_SECURITY_DM_VERITY_MODE_WITH_TOOL := true
130ifeq ($(TARGET_USE_SECURITY_DM_VERITY_MODE_WITH_TOOL), true)
131BUILD_WITH_DM_VERITY := true
132endif # ifeq ($(TARGET_USE_SECURITY_DM_VERITY_MODE_WITH_TOOL), true)
133ifeq ($(BUILD_WITH_DM_VERITY), true)
134PRODUCT_PACKAGES += \
135 libfs_mgr \
136 fs_mgr \
137 slideshow
138endif
139ifneq ($(BOARD_USES_RECOVERY_AS_BOOT), true)
140ifeq ($(AB_OTA_UPDATER),true)
141ifeq ($(BUILD_WITH_DM_VERITY), true)
142PRODUCT_COPY_FILES += \
143 device/amlogic/curie/fstab.AB.verity.amlogic:root/fstab.amlogic
144else
145PRODUCT_COPY_FILES += \
146 device/amlogic/curie/fstab.AB.amlogic:root/fstab.amlogic
147endif
148else
149ifeq ($(BUILD_WITH_DM_VERITY), true)
150PRODUCT_COPY_FILES += \
151 device/amlogic/curie/fstab.verity.amlogic:root/fstab.amlogic
152else
153PRODUCT_COPY_FILES += \
154 device/amlogic/curie/fstab.amlogic:root/fstab.amlogic
155endif
156endif
157else
158ifeq ($(AB_OTA_UPDATER),true)
159ifeq ($(BUILD_WITH_DM_VERITY), true)
160PRODUCT_COPY_FILES += \
161 device/amlogic/curie/fstab.AB.verity.amlogic:recovery/root/fstab.amlogic
162else
163PRODUCT_COPY_FILES += \
164 device/amlogic/curie/fstab.AB.amlogic:recovery/root/fstab.amlogic
165endif
166else
167ifeq ($(BUILD_WITH_DM_VERITY), true)
168PRODUCT_COPY_FILES += \
169 device/amlogic/curie/fstab.verity.amlogic:recovery/root/fstab.amlogic
170else
171PRODUCT_COPY_FILES += \
172 device/amlogic/curie/fstab.amlogic:recovery/root/fstab.amlogic
173endif
174endif
175endif
176
177#########################################################################
178#
179# WiFi
180#
181#########################################################################
182
183#MULTI_WIFI_SUPPORT := true
184WIFI_MODULE := AP6255
185WIFI_BUILD_IN := true
186include device/amlogic/common/wifi.mk
187
188# Change this to match target country
189# 11 North America; 14 Japan; 13 rest of world
190PRODUCT_DEFAULT_WIFI_CHANNELS := 11
191
192
193#########################################################################
194#
195# Bluetooth
196#
197#########################################################################
198
199BOARD_HAVE_BLUETOOTH := true
200BLUETOOTH_MODULE := AP6255
201#MULTI_BLUETOOTH_SUPPORT := true
202BCM_BLUETOOTH_LPM_ENABLE := true
203include device/amlogic/common/bluetooth.mk
204
205
206#########################################################################
207#
208# ConsumerIr
209#
210#########################################################################
211
212#PRODUCT_PACKAGES += \
213# consumerir.amlogic \
214# SmartRemote
215#PRODUCT_COPY_FILES += \
216# frameworks/native/data/etc/android.hardware.consumerir.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.consumerir.xml
217
218
219#PRODUCT_PACKAGES += libbt-vendor
220
221ifeq ($(SUPPORT_HDMIIN),true)
222PRODUCT_PACKAGES += \
223 libhdmiin \
224 HdmiIn
225endif
226
227PRODUCT_COPY_FILES += \
228 frameworks/native/data/etc/android.hardware.ethernet.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.ethernet.xml
229
230# Audio
231#
232BOARD_ALSA_AUDIO=tiny
233include device/amlogic/common/audio.mk
234
235#########################################################################
236#
237# Camera
238#
239#########################################################################
240
241ifneq ($(TARGET_BUILD_CTS), true)
242PRODUCT_COPY_FILES += \
243 frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
244 frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml
245endif
246
247
248
249#########################################################################
250#
251# PlayReady DRM
252#
253#########################################################################
254#export BOARD_PLAYREADY_LEVEL=3 for PlayReady+NOTVP
255#export BOARD_PLAYREADY_LEVEL=1 for PlayReady+OPTEE+TVP
256#########################################################################
257#
258# Verimatrix DRM
259##########################################################################
260#verimatrix web
261BUILD_WITH_VIEWRIGHT_WEB := false
262#verimatrix stb
263BUILD_WITH_VIEWRIGHT_STB := false
264#########################################################################
265
266
267#DRM Widevine
268ifeq ($(BOARD_WIDEVINE_OEMCRYPTO_LEVEL),)
269BOARD_WIDEVINE_OEMCRYPTO_LEVEL := 3
270endif
271
272ifeq ($(BOARD_WIDEVINE_OEMCRYPTO_LEVEL), 1)
273TARGET_USE_OPTEEOS := true
274TARGET_USE_HW_KEYMASTER := true
275endif
276
277$(call inherit-product, device/amlogic/common/media.mk)
278
279#########################################################################
280#
281# Languages
282#
283#########################################################################
284
285# For all locales, $(call inherit-product, build/target/product/languages_full.mk)
286PRODUCT_LOCALES := en_US en_AU en_IN fr_FR it_IT es_ES et_EE de_DE nl_NL cs_CZ pl_PL ja_JP \
287 zh_TW zh_CN zh_HK ru_RU ko_KR nb_NO es_US da_DK el_GR tr_TR pt_PT pt_BR rm_CH sv_SE bg_BG \
288 ca_ES en_GB fi_FI hi_IN hr_HR hu_HU in_ID iw_IL lt_LT lv_LV ro_RO sk_SK sl_SI sr_RS uk_UA \
289 vi_VN tl_PH ar_EG fa_IR th_TH sw_TZ ms_MY af_ZA zu_ZA am_ET hi_IN en_XA ar_XB fr_CA km_KH \
290 lo_LA ne_NP si_LK mn_MN hy_AM az_AZ ka_GE my_MM mr_IN ml_IN is_IS mk_MK ky_KG eu_ES gl_ES \
291 bn_BD ta_IN kn_IN te_IN uz_UZ ur_PK kk_KZ
292
293#################################################################################
294#
295# PPPOE
296#
297#################################################################################
298#ifneq ($(TARGET_BUILD_GOOGLE_ATV), true)
299#BUILD_WITH_PPPOE := true
300#endif
301
302ifeq ($(BUILD_WITH_PPPOE),true)
303PRODUCT_PACKAGES += \
304 PPPoE \
305 libpppoejni \
306 libpppoe \
307 pppoe_wrapper \
308 pppoe \
309 droidlogic.frameworks.pppoe \
310 droidlogic.external.pppoe \
311 droidlogic.software.pppoe.xml
312PRODUCT_PROPERTY_OVERRIDES += \
313 ro.platform.has.pppoe=true
314endif
315
316#################################################################################
317#
318# DEFAULT LOWMEMORYKILLER CONFIG
319#
320#################################################################################
321BUILD_WITH_LOWMEM_COMMON_CONFIG := true
322
323BOARD_USES_USB_PM := true
324
325PRODUCT_COPY_FILES += \
326 $(LOCAL_PATH)/Third_party_apk_camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/Third_party_apk_camera.xml \
327
328include device/amlogic/common/software.mk
329ifeq ($(TARGET_BUILD_GOOGLE_ATV),true)
330PRODUCT_PROPERTY_OVERRIDES += \
331 ro.sf.lcd_density=213
332else
333PRODUCT_PROPERTY_OVERRIDES += \
334 ro.sf.lcd_density=160
335endif
336
337
338#########################################################################
339#
340# A/B update
341#
342#########################################################################
343ifeq ($(AB_OTA_UPDATER),true)
344PRODUCT_PACKAGES += \
345 bootctrl.amlogic \
346 bootctl
347
348PRODUCT_PACKAGES += \
349 update_engine \
350 update_engine_client \
351 update_verifier \
352 delta_generator \
353 brillo_update_payload \
354 android.hardware.boot@1.0-impl \
355 android.hardware.boot@1.0-service
356endif
357#########################################################################
358#
359# OpenGLES Version
360#
361#########################################################################
362PRODUCT_PROPERTY_OVERRIDES += \
363 ro.opengles.version=131072
364