summaryrefslogtreecommitdiffstats
path: root/libnativeloader
diff options
context:
space:
mode:
authorMartin Stjernholm <mast@google.com>2019-02-05 15:07:05 +0000
committerMartin Stjernholm <mast@google.com>2019-02-07 15:23:49 +0000
commita015ad27791fb229f36642f37bb124916494483e (patch)
tree0d3fc26046ae0323441e4995bb9b1429b90bc537 /libnativeloader
parent3133b695e0553ba948cea7fd239dd51a44e92909 (diff)
downloadsystem_core-a015ad27791fb229f36642f37bb124916494483e.tar.gz
system_core-a015ad27791fb229f36642f37bb124916494483e.tar.bz2
system_core-a015ad27791fb229f36642f37bb124916494483e.zip
Revert^2 "Enable APEX stubs for libnativeloader."
This reverts commit 5c8c6a90fdff38006cc9ffcd329baaf82b197504. Reason for revert: Another try with http://r.android.com/892234 in place. Test: Flash and boot Bug: 113373927 Change-Id: I508c217a177e9cdd65d8a405d1315aeeacabe18d
Diffstat (limited to 'libnativeloader')
-rw-r--r--libnativeloader/Android.bp4
1 files changed, 4 insertions, 0 deletions
diff --git a/libnativeloader/Android.bp b/libnativeloader/Android.bp
index 2802d3611..1ec21e9d2 100644
--- a/libnativeloader/Android.bp
+++ b/libnativeloader/Android.bp
@@ -23,6 +23,10 @@ cc_library {
"llndk.libraries.txt",
"vndksp.libraries.txt",
],
+ stubs: {
+ symbol_file: "libnativeloader.map.txt",
+ versions: ["1"],
+ },
}
cc_library_headers {