From 1dcd62aeb7c9fc1f34d8c00bc3cd0a262a6a4ef6 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Sun, 1 Jan 2012 02:51:34 +0000 Subject: [PATCH] click: fix libgps rep-req issue --- setup-makefiles.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/setup-makefiles.sh b/setup-makefiles.sh index 64713fb..dd164b1 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -38,6 +38,10 @@ MAKEFILE=../../../$OUTDIR/$DEVICE-vendor-blobs.mk # This file is generated by device/$MANUFACTURER/$DEVICE/setup-makefiles.sh - DO NOT EDIT +# Prebuilt libraries that are needed to build open-source libraries +PRODUCT_COPY_FILES += \\ + $OUTDIR/proprietary/lib/libgps.so:obj/lib/libgps.so + # Prebuilt libraries that are needed to build open-source libraries PRODUCT_COPY_FILES += \\ EOF