forked from openkylin/platform_build
am 04e1f31d: Move videoeditor libraries to generic_no_telephony.mk.
* commit '04e1f31dfdf7511cb8f5dbdf0376651fbb783fa2': Move videoeditor libraries to generic_no_telephony.mk.
This commit is contained in:
commit
04a4d9ade8
|
@ -74,10 +74,7 @@ PRODUCT_PACKAGES := \
|
|||
DefaultContainerService \
|
||||
Bugreport \
|
||||
ip \
|
||||
screencap \
|
||||
libvideoeditor_jni \
|
||||
libvideoeditorplayer \
|
||||
libvideoeditor_core
|
||||
screencap
|
||||
|
||||
# host-only dependencies
|
||||
ifeq ($(WITH_HOST_DALVIK),true)
|
||||
|
|
|
@ -49,7 +49,11 @@ PRODUCT_PACKAGES += \
|
|||
icu.dat
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
librs_jni
|
||||
librs_jni \
|
||||
libvideoeditor_jni \
|
||||
libvideoeditorplayer \
|
||||
libvideoeditor_core
|
||||
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
||||
system/bluetooth/data/audio.conf:system/etc/bluetooth/audio.conf \
|
||||
|
|
Loading…
Reference in New Issue