diff options
| author | Martin Stjernholm <mast@google.com> | 2019-02-05 15:07:05 +0000 |
|---|---|---|
| committer | Martin Stjernholm <mast@google.com> | 2019-02-07 15:23:49 +0000 |
| commit | a015ad27791fb229f36642f37bb124916494483e (patch) | |
| tree | 0d3fc26046ae0323441e4995bb9b1429b90bc537 /libnativeloader | |
| parent | 3133b695e0553ba948cea7fd239dd51a44e92909 (diff) | |
| download | system_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.bp | 4 |
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 { |
