summaryrefslogtreecommitdiffstats
path: root/self-extractors/samsung/staging/device-crespo.mk
diff options
context:
space:
mode:
Diffstat (limited to 'self-extractors/samsung/staging/device-crespo.mk')
-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