Merge "Apks are again allowed to use vendor libs as before"

This commit is contained in:
Treehugger Robot 2017-07-26 00:45:24 +00:00 committed by Gerrit Code Review
commit 2aef19528e

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))