From 63e716c291668951cac8f0604283001c523c201e Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Sun, 26 Sep 2010 07:13:00 -0700 Subject: Better handling of libsecril stub. Use a different name for the stub than for the real library, so that the real library still appears in the list of proprietary files. Also, use the real library instead of the stub when building an open-source build with the proprietary files. Change-Id: I570e7b86be5be5c8e18326c9438b5736f6019d44 --- setup-makefiles.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'setup-makefiles.sh') diff --git a/setup-makefiles.sh b/setup-makefiles.sh index f79403b..793af69 100755 --- a/setup-makefiles.sh +++ b/setup-makefiles.sh @@ -76,6 +76,8 @@ BOARD_GPS_LIBRARIES := libgps USE_CAMERA_STUB := false BOARD_USES_GENERIC_AUDIO := false + +BOARD_USES_LIBSECRIL_STUB := false EOF mkdir -p ../../../vendor/$MANUFACTURER/$DEVICE/overlay/packages/apps/Launcher2/res/layout -- cgit v1.1