Merge "Apks are again allowed to use vendor libs as before" am: 2aef19528e

am: 9a4bd94594

Change-Id: I83420882983214fd684cdad919940e8939651a48
This commit is contained in:
Jiyong Park 2017-07-26 00:57:07 +00:00 committed by android-build-merger
commit 8846c69e26
1 changed files with 1 additions and 1 deletions

View File

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