diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-03 14:08:27 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-06-03 14:08:27 +0200 |
commit | 2deaf66c4646e6bca85cd1900798b8bb18cc900c (patch) | |
tree | 98c5f9481399f5d6f7bc4ef117842a468745e5c3 | |
parent | 89d4da20bbf45ca2a36aed674b437fae67575b3f (diff) | |
download | device_samsung_i9100-2deaf66c4646e6bca85cd1900798b8bb18cc900c.zip device_samsung_i9100-2deaf66c4646e6bca85cd1900798b8bb18cc900c.tar.gz device_samsung_i9100-2deaf66c4646e6bca85cd1900798b8bb18cc900c.tar.bz2 |
i9100: fix extract script
Change-Id: I64c3bf857027bddb075a156cdfcc9b0982740157
-rwxr-xr-x | extract-files.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/extract-files.sh b/extract-files.sh index 828bd55..f4e2b6b 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -48,12 +48,7 @@ done # See the License for the specific language governing permissions and # limitations under the License. -# Prebuilt libraries that are needed to build open-source libraries PRODUCT_COPY_FILES := \\ - vendor/__VENDOR__/__DEVICE__/proprietary/system/lib/libril.so:obj/lib/libril.so \\ - vendor/__VENDOR__/__DEVICE__/proprietary/system/lib/libsecril-client.so:obj/lib/libsecril-client.so - -PRODUCT_COPY_FILES += \\ EOF LINEEND=" \\" |