fix typo related to libs in proprietary folder

This commit is contained in:
Tanguy Pruvot 2011-07-17 18:38:13 +02:00
parent f82cb56a3f
commit 33a5d7cff0

View File

@ -104,7 +104,7 @@ ifdef CYANOGEN_WITH_GOOGLE
-printf '%p:system/app/%f ')
# use all present proprietary lib
PRODUCT_COPY_FILES += $(shell test -f vendor/cyanogen/proprietary/*.lib && \
PRODUCT_COPY_FILES += $(shell test -f vendor/cyanogen/proprietary/*.so && \
find vendor/cyanogen/proprietary -name '*.so' \
-printf '%p:system/lib/%f ')