summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2019-08-21 15:04:58 +0900
committerJooyung Han <jooyung@google.com>2019-08-21 15:04:58 +0900
commit39699ea095da9ba0f7aa94ddbda459ce3138e5cc (patch)
treeba20b782d9032438725c1c59036f57098494d98b
parentd4e1db56b824efb048b7c5684200967eb02bb371 (diff)
linker: cleanup (removing unused VNDK_VER)
VNDK_VER runtime variable in the linker config file is not used any more. Test: m Change-Id: Id08add6d0259a420ff4819f33093ce388bb3cbe9
-rw-r--r--linker/linker_config.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/linker/linker_config.cpp b/linker/linker_config.cpp
index 46c91a3dd..a8c0e36d8 100644
--- a/linker/linker_config.cpp
+++ b/linker/linker_config.cpp
@@ -408,9 +408,6 @@ class Properties {
params.push_back({ "SDK_VER", buf });
}
- static std::string vndk = Config::get_vndk_version_string('-');
- params.push_back({ "VNDK_VER", vndk });
-
for (auto& path : paths) {
format_string(&path, params);
}