Merge "Make prebuilt_etc for public.libraries.android.txt"

This commit is contained in:
Jooyung Han 2021-04-15 08:49:25 +00:00 committed by Gerrit Code Review
commit 0bfa7c92f1
1 changed files with 8 additions and 0 deletions

View File

@ -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,
}