Merge "Add support when LOCAL_PRIVATE_PLATFORM_APIS is true."
am: 24fff76404
Change-Id: I5ad362834d1e68b7fadb27fc52063ed57cae6171
This commit is contained in:
commit
211d44d298
1 changed files with 2 additions and 3 deletions
|
|
@ -263,9 +263,8 @@ ifndef LOCAL_IS_HOST_MODULE
|
|||
ifneq (,$(TARGET_BUILD_APPS))
|
||||
sdk_libs := $(foreach lib_name,$(LOCAL_SDK_LIBRARIES),$(call resolve-prebuilt-sdk-module,system_current,$(lib_name)))
|
||||
else
|
||||
# When SDK libraries are referenced from modules built without SDK, provide the system stub to them
|
||||
# because it has the largest API surface.
|
||||
sdk_libs := $(foreach lib_name,$(LOCAL_SDK_LIBRARIES),$(lib_name).stubs.system)
|
||||
# When SDK libraries are referenced from modules built without SDK, provide the all APIs to them
|
||||
sdk_libs := $(foreach lib_name,$(LOCAL_SDK_LIBRARIES),$(lib_name).impl)
|
||||
endif
|
||||
else
|
||||
ifeq ($(LOCAL_NO_STANDARD_LIBRARIES),true)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue