forked from mozilla-b2g/gonk-misc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathb2g.mk
43 lines (37 loc) · 712 Bytes
/
b2g.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
TARGET_PROVIDES_INIT_RC := true
CONFIG_ESD := no
HTTP := android
PRODUCT_PACKAGES += \
b2g.sh \
b2g-info \
b2g-ps \
gonksched \
fakeappops \
fs_config \
gaia \
gecko \
init.rc \
init.b2g.rc \
killer \
libttspico \
rild \
rilproxy \
oom-msg-logger \
$(NULL)
-include external/svox/pico/lang/all_pico_languages.mk
-include gaia/gaia.mk
ifeq ($(B2G_VALGRIND),1)
include external/valgrind/valgrind.mk
endif
ifeq ($(ENABLE_DEFAULT_BOOTANIMATION),true)
PRODUCT_COPY_FILES += \
gonk-misc/bootanimation.zip:system/media/bootanimation.zip
endif
ifeq ($(ENABLE_LIBRECOVERY),true)
PRODUCT_PACKAGES += \
librecovery
endif
ifneq ($(DISABLE_SOURCES_XML),true)
PRODUCT_PACKAGES += \
sources.xml
endif