[build] wifionly: add dongle building support
Signed-off-by: Firefly <service@t-firefly.com>
This commit is contained in:
@ -66,6 +66,7 @@ PRODUCT_PACKAGES += \
|
||||
libnetutils \
|
||||
libpdfium \
|
||||
libreference-ril \
|
||||
libril-rk29-dataonly \
|
||||
libreverbwrapper \
|
||||
libril \
|
||||
librtp_jni \
|
||||
@ -115,6 +116,11 @@ PRODUCT_PACKAGES += \
|
||||
wm
|
||||
|
||||
|
||||
ifeq ($(strip $(ENABLE_DONGLE)),true)
|
||||
PRODUCT_PACKAGES += \
|
||||
libril-rk29-dataonly
|
||||
endif
|
||||
|
||||
PRODUCT_COPY_FILES := $(call add-to-product-copy-files-if-exists,\
|
||||
frameworks/base/preloaded-classes:system/etc/preloaded-classes)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user