From 21d812fd69d18326e88242bf8f3e577583a468ab Mon Sep 17 00:00:00 2001 From: Dharmaray Kundargi Date: Sun, 16 Jan 2011 16:45:20 -0800 Subject: [PATCH] add videoeditor libraries to make Change-Id: I024f087bd026f709fdbfc1272c79166ad9bf5bcd --- target/product/core.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/target/product/core.mk b/target/product/core.mk index 06b70030c6..72010c9747 100644 --- a/target/product/core.mk +++ b/target/product/core.mk @@ -74,7 +74,10 @@ PRODUCT_PACKAGES := \ DefaultContainerService \ Bugreport \ ip \ - screencap + screencap \ + libvideoeditor_jni \ + libvideoeditorplayer \ + libvideoeditor_core # host-only dependencies ifeq ($(WITH_HOST_DALVIK),true)