Merge "Apks are again allowed to use vendor libs as before"
This commit is contained in:
commit
2aef19528e
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue