Merge "Apks are again allowed to use vendor libs as before" into oc-mr1-dev

This commit is contained in:
TreeHugger Robot 2017-07-28 00:19:39 +00:00 committed by Android (Google) Code Review
commit 1a7473c297
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ my_allowed_types := native:ndk
else
my_link_type := app:platform
my_warn_types :=
my_allowed_types := native:ndk native:platform
my_allowed_types := native:ndk native:platform native:vendor
endif
my_link_deps := $(addprefix SHARED_LIBRARIES:,$(LOCAL_JNI_SHARED_LIBRARIES))