Merge "vndk: do not use prebuilt ld.config.<ver>.txt" am: e72308c6b1
am: 2ab4e5a353
Change-Id: I4b6c5e8472a023fff879b7df34e2866462032c0c
This commit is contained in:
commit
e1ae4b40c5
1 changed files with 3 additions and 6 deletions
|
|
@ -253,14 +253,11 @@ lib_list_from_prebuilts := true
|
||||||
include $(LOCAL_PATH)/update_and_install_ld_config.mk
|
include $(LOCAL_PATH)/update_and_install_ld_config.mk
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# For VNDK snapshot versions prior to 28, ld.config.txt is installed from the
|
|
||||||
# prebuilt under /prebuilts/vndk
|
|
||||||
vndk_snapshots := $(wildcard prebuilts/vndk/*)
|
vndk_snapshots := $(wildcard prebuilts/vndk/*)
|
||||||
supported_vndk_snapshot_versions := \
|
supported_vndk_snapshot_versions := \
|
||||||
$(strip $(foreach ver,$(patsubst prebuilts/vndk/v%,%,$(vndk_snapshots)),\
|
$(strip $(patsubst prebuilts/vndk/v%,%,$(vndk_snapshots)))
|
||||||
$(if $(call math_gt_or_eq,$(ver),28),$(ver),)))
|
$(foreach ver,$(supported_vndk_snapshot_versions),\
|
||||||
$(eval $(foreach ver,$(supported_vndk_snapshot_versions),\
|
$(eval $(call build_versioned_ld_config,$(ver))))
|
||||||
$(call build_versioned_ld_config,$(ver))))
|
|
||||||
|
|
||||||
vndk_snapshots :=
|
vndk_snapshots :=
|
||||||
supported_vndk_snapshot_versions :=
|
supported_vndk_snapshot_versions :=
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue