forked from openkylin/platform_build
Merge "Apks are again allowed to use vendor libs as before" am: 2aef19528e
am: 9a4bd94594
Change-Id: I83420882983214fd684cdad919940e8939651a48
This commit is contained in:
commit
8846c69e26
|
@ -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 New Issue