fix typo related to libs in proprietary folder
This commit is contained in:
parent
f82cb56a3f
commit
33a5d7cff0
@ -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 ')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user