From 489cea14d873e9c7e15a5f364d888ce4b259fa91 Mon Sep 17 00:00:00 2001 From: Jooyung Han Date: Thu, 15 Apr 2021 05:18:21 +0900 Subject: [PATCH] Make prebuilt_etc for public.libraries.android.txt so that this can be packaged in a filesystem(e.g microdroid) Bug: 181093750 Test: MicrodroidTestCase Change-Id: Ib86789de4632a32eee31fee0607d5ade8ae6b33f --- rootdir/Android.bp | 8 ++++++++ 1 file changed, 8 insertions(+) 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