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

Commit 6333a022 authored by Kiyoung Kim's avatar Kiyoung Kim Committed by Automerger Merge Worker
Browse files

Merge "Remove provide libs from file" am: e11663f4

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

Change-Id: Iab2a52ea955fbb39b7d1ed4b7e53fe3e71a108ac
parents e52cdbc7 e11663f4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -29,4 +29,5 @@ prebuilt_etc {
linker_config {
    name: "system_linker_config",
    src: "etc/linker.config.json",
    installable: false,
}
+0 −43
Original line number Diff line number Diff line
{
  // These are list of libraries which has stub interface and installed
  // in system image so other partition and APEX modules can link to it.
  // TODO(b/147210213) : Generate this list on build and read from the file
  "provideLibs": [
    // LLNDK libraries
    "libEGL.so",
    "libGLESv1_CM.so",
    "libGLESv2.so",
    "libGLESv3.so",
    "libRS.so",
    "libandroid_net.so",
    "libbinder_ndk.so",
    "libc.so",
    "libcgrouprc.so",
    "libclang_rt.asan-arm-android.so",
    "libclang_rt.asan-i686-android.so",
    "libclang_rt.asan-x86_64-android.so",
    "libdl.so",
    "libft2.so",
    "liblog.so",
    "libm.so",
    "libmediandk.so",
    "libnativewindow.so",
    "libsync.so",
    "libvndksupport.so",
    "libvulkan.so",
    // NDK libraries
    "libaaudio.so",
    "libandroid.so",
    // adb
    "libadbd_auth.so",
    "libadbd_fs.so",
    // bionic
    "libdl_android.so",
    // statsd
    "libincident.so",
    // media
    "libmediametrics.so",
    // nn
    "libneuralnetworks_packageinfo.so",
    // SELinux
    "libselinux.so"
  ],
  "requireLibs": [
    // Keep in sync with the "platform" namespace in art/build/apex/ld.config.txt.
    "libdexfile_external.so",