Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 489cea14 authored by Jooyung Han's avatar Jooyung Han
Browse files

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
parent 450f66bd
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -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