summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-09-21 14:09:57 -0700
committerSiva Velusamy <vsiva@google.com>2012-09-21 14:23:50 -0700
commit997e629d6dca5683af596ba22f564b5346967b95 (patch)
treec59a234bc2c3219b52cdc6f97a5138d390107893 /target
parent20a7c2c10d892ebb8d128794e862ad17ef1056e2 (diff)
downloadbuild-997e629d6dca5683af596ba22f564b5346967b95.zip
build-997e629d6dca5683af596ba22f564b5346967b95.tar.gz
build-997e629d6dca5683af596ba22f564b5346967b95.tar.bz2
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
Diffstat (limited to 'target')
-rw-r--r--target/product/sdk.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/product/sdk.mk b/target/product/sdk.mk
index 33b9bf4..13bbd5c 100644
--- a/target/product/sdk.mk
+++ b/target/product/sdk.mk
@@ -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