summaryrefslogtreecommitdiffstats
path: root/self-extractors/samsung
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-06-28 10:17:36 -0700
committerJean-Baptiste Queru <jbq@google.com>2011-06-28 10:17:36 -0700
commit96dc76a4872fc66f71284c0c3fa3f7e5d753ebcf (patch)
tree81f1b7001e5779a88209043c148902c48b99c6ef /self-extractors/samsung
parent74780c1a6f47ef53a297caa32e7e963dfd730b7b (diff)
downloaddevice_samsung_crespo-96dc76a4872fc66f71284c0c3fa3f7e5d753ebcf.zip
device_samsung_crespo-96dc76a4872fc66f71284c0c3fa3f7e5d753ebcf.tar.gz
device_samsung_crespo-96dc76a4872fc66f71284c0c3fa3f7e5d753ebcf.tar.bz2
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
Diffstat (limited to 'self-extractors/samsung')
-rw-r--r--self-extractors/samsung/staging/device-crespo.mk10
1 files changed, 6 insertions, 4 deletions
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