aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2021-02-09 14:16:26 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-09 14:16:26 +0000
commit6275ba5a60b4617bdba681aabcb0f7495e35fb39 (patch)
tree898ebf0589e6fd5f2d2fc93cea23b74117bb56ea
parent57866d006be86620ca2622091fa4606c6bc38cbe (diff)
parentb755a86d07ec01affc7772086c1a56fb89a55b8f (diff)
downloadselinux-6275ba5a60b4617bdba681aabcb0f7495e35fb39.tar.gz
Merge "Symbol files describing APIs across updatable components are reviewed"android-s-preview-1
-rw-r--r--libselinux/Android.bp8
-rw-r--r--libselinux/exported.map.txt (renamed from libselinux/exported.map)0
2 files changed, 4 insertions, 4 deletions
diff --git a/libselinux/Android.bp b/libselinux/Android.bp
index dbd584f1..aa3e2d50 100644
--- a/libselinux/Android.bp
+++ b/libselinux/Android.bp
@@ -216,7 +216,7 @@ cc_library {
shared_libs: ["libpackagelistparser"],
},
- version_script: "exported.map",
+ version_script: "exported.map.txt",
},
vendor: {
@@ -241,7 +241,7 @@ cc_library {
},
stubs: {
- symbol_file: "exported.map",
+ symbol_file: "exported.map.txt",
versions: ["30"],
},
}
@@ -249,7 +249,7 @@ cc_library {
llndk_library {
name: "libselinux.llndk",
export_include_dirs: ["include"],
- symbol_file: "exported.map",
+ symbol_file: "exported.map.txt",
}
cc_binary_host {
@@ -272,7 +272,7 @@ rust_bindgen {
source_stem: "bindings",
local_include_dirs: ["include"],
- // Generate bindings only for the symbols that are actually exported (see exported.map).
+ // Generate bindings only for the symbols that are actually exported (see exported.map.txt).
// This makes the generated bindings much more concise and improves compilation
// time.
bindgen_flags: [
diff --git a/libselinux/exported.map b/libselinux/exported.map.txt
index ac701abd..ac701abd 100644
--- a/libselinux/exported.map
+++ b/libselinux/exported.map.txt