From beb4d6817735f0736e11f7d872173a843e7a249b Mon Sep 17 00:00:00 2001 From: Twisted Date: Mon, 6 Feb 2012 00:22:17 -0500 Subject: build: Realign product libraries with corresponding applications VideoEditor requires a build to call the full_base, but the libraries are called in generic_no_telephony. This patch places the library packages in the same product specification as the application using them. --- target/product/full_base.mk | 7 +++++++ target/product/generic_no_telephony.mk | 7 +------ 2 files changed, 8 insertions(+), 6 deletions(-) (limited to 'target') diff --git a/target/product/full_base.mk b/target/product/full_base.mk index 2c24b1a..fda0b71 100644 --- a/target/product/full_base.mk +++ b/target/product/full_base.mk @@ -39,6 +39,13 @@ PRODUCT_PACKAGES += \ PhaseBeam \ VisualizationWallpapers +PRODUCT_PACKAGES += \ + libvideoeditor_jni \ + libvideoeditor_core \ + libvideoeditor_osal \ + libvideoeditor_videofilters \ + libvideoeditorplayer + # Additional settings used in all AOSP builds PRODUCT_PROPERTY_OVERRIDES := \ ro.com.android.dateformat=MM-dd-yyyy \ diff --git a/target/product/generic_no_telephony.mk b/target/product/generic_no_telephony.mk index 18f5484..155b9c3 100644 --- a/target/product/generic_no_telephony.mk +++ b/target/product/generic_no_telephony.mk @@ -57,12 +57,7 @@ PRODUCT_PACKAGES += \ icu.dat PRODUCT_PACKAGES += \ - librs_jni \ - libvideoeditor_jni \ - libvideoeditor_core \ - libvideoeditor_osal \ - libvideoeditor_videofilters \ - libvideoeditorplayer \ + librs_jni PRODUCT_PACKAGES += \ audio.primary.default \ -- cgit v1.1