commit | 6908f06867214a1b84bacc90b9a745afc3e4f34f | [log] [tgz] |
---|---|---|
author | Kiyoung Kim <kiyoungkim@google.com> | Mon Oct 07 05:48:03 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Oct 07 05:48:03 2019 +0000 |
tree | 789b5465329f3de2b72db5beee3f0a462f472975 | |
parent | e7f0d455c253a4fa70e02de39036d94a235089f0 [diff] | |
parent | a07b2c743545484889bceb42d0ea70959b7a0795 [diff] |
Merge "Temporary add ld.config.txt build"
diff --git a/rootdir/Android.mk b/rootdir/Android.mk index a814fb8..a705071 100644 --- a/rootdir/Android.mk +++ b/rootdir/Android.mk
@@ -237,6 +237,9 @@ # for VNDK enforced devices # This file will be replaced with dynamically generated one from system/linkerconfig +LOCAL_MODULE_STEM := $(LOCAL_MODULE) +LOCAL_SRC_FILES := etc/ld.config.txt +include $(BUILD_PREBUILT) else ifeq ($(_enforce_vndk_lite_at_runtime),true)