From 96dc76a4872fc66f71284c0c3fa3f7e5d753ebcf Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Queru Date: Tue, 28 Jun 2011 10:17:36 -0700 Subject: Tweaks to make crespo and crespo4g closer Mostly, those are about adding a layer of indirection so that the irrelevant differences are trivial to spot and only the complex ones remain. Change-Id: Ia370ffe0c88713c332d246d3ede75734d96be3fc --- self-extractors/samsung/staging/device-crespo.mk | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'self-extractors/samsung') diff --git a/self-extractors/samsung/staging/device-crespo.mk b/self-extractors/samsung/staging/device-crespo.mk index aa0fb45..0488760 100644 --- a/self-extractors/samsung/staging/device-crespo.mk +++ b/self-extractors/samsung/staging/device-crespo.mk @@ -12,11 +12,13 @@ # See the License for the specific language governing permissions and # limitations under the License. +LOCAL_PATH := vendor/samsung/crespo + # Prebuilt libraries that are needed to build open-source libraries PRODUCT_COPY_FILES := \ - vendor/samsung/crespo/proprietary/libsecril-client.so:obj/lib/libsecril-client.so + $(LOCAL_PATH)/proprietary/libsecril-client.so:obj/lib/libsecril-client.so -# Samsung blobs necessary for crespo +# Samsung blobs necessary for Nexus S hardware PRODUCT_COPY_FILES += \ - vendor/samsung/crespo/proprietary/libsecril-client.so:system/lib/libsecril-client.so \ - vendor/samsung/crespo/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so + $(LOCAL_PATH)/proprietary/libsecril-client.so:system/lib/libsecril-client.so \ + $(LOCAL_PATH)/proprietary/libsec-ril.so:system/vendor/lib/libsec-ril.so -- cgit v1.1