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

Commit 7a24c2e1 authored by Jooyung Han's avatar Jooyung Han Committed by Automerger Merge Worker
Browse files

Merge "Make prebuilt_etc for public.libraries.android.txt" am: 0bfa7c92 am: df2d1c18

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1675435

Change-Id: I83d084deefda28a1e613bcce233ce0378d3d88c4
parents 6f58bf4c df2d1c18
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