summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJooyung Han <jooyung@google.com>2021-04-15 11:21:39 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-15 11:21:39 +0000
commit51aef2f2bb9985f513e7018f208f72d271a75bba (patch)
treef41a87dab2415d180690c0475e81359a5a180a27
parentef3e2959be7619d3f3e48d7afee00b037b33d516 (diff)
parent7a24c2e1a9f43168952da96eb5b1b1ab667130f7 (diff)
Merge "Make prebuilt_etc for public.libraries.android.txt" am: 0bfa7c92f1 am: df2d1c1827 am: 7a24c2e1a9
Original change: https://android-review.googlesource.com/c/platform/system/core/+/1675435 Change-Id: I6c16e2850580eccee7889feeffdcecd3dcb06af9
-rw-r--r--rootdir/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/rootdir/Android.bp b/rootdir/Android.bp
index 6a80808a4..8189fa2c3 100644
--- a/rootdir/Android.bp
+++ b/rootdir/Android.bp
@@ -35,3 +35,11 @@ linker_config {
src: "etc/linker.config.json",
installable: false,
}
+
+// TODO(b/185211376) Scope the native APIs that microdroid will provide to the app payload
+prebuilt_etc {
+ name: "public.libraries.android.txt",
+ src: "etc/public.libraries.android.txt",
+ filename: "public.libraries.txt",
+ installable: false,
+} \ No newline at end of file