diff options
Diffstat (limited to 'extract-files.sh')
-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=" \\" |