forked from openkylin/platform_build
Include videoeditor_jni in sdk product build.
frameworks/base/media depends on libvideoeditor_jni. This change copies the dependencies from generic_no_telephony.mk Fixes Bug 7200384 Change-Id: I135fd4fc613d81aa962bcdf2573894a2ea8ab11d
This commit is contained in:
parent
20a7c2c10d
commit
997e629d6d
|
@ -67,6 +67,13 @@ PRODUCT_PACKAGES := \
|
|||
rild \
|
||||
LegacyCamera
|
||||
|
||||
PRODUCT_PACKAGES += \
|
||||
librs_jni \
|
||||
libvideoeditor_jni \
|
||||
libvideoeditor_core \
|
||||
libvideoeditor_osal \
|
||||
libvideoeditor_videofilters \
|
||||
libvideoeditorplayer \
|
||||
|
||||
# Define the host tools and libs that are parts of the SDK.
|
||||
-include sdk/build/product_sdk.mk
|
||||
|
|
Loading…
Reference in New Issue