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

Commit d3e1ceb5 authored by Orion Hodson's avatar Orion Hodson Committed by Automerger Merge Worker
Browse files

Merge "Add explicit dependencies on jni_headers" am: c0fe0ae2 am: 6963d8e1...

Merge "Add explicit dependencies on jni_headers" am: c0fe0ae2 am: 6963d8e1 am: 18f7afcc am: 98d4cf41 am: ed92902c

Change-Id: I6269e5e702d4930c86042c1bb1d812853f17c355
parents aeddf459 ed92902c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -28,6 +28,8 @@ cc_binary {
    name: "bootanimation",
    defaults: ["bootanimation_defaults"],

    header_libs: ["jni_headers"],

    shared_libs: [
        "libOpenSLES",
        "libbootanimation",
+2 −1
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

cc_library_shared {
    name: "libmemoryintarraytest",
    header_libs: ["jni_headers"],
    shared_libs: [
        "libcutils",
    ],
+2 −0
Original line number Diff line number Diff line
@@ -65,6 +65,8 @@ cc_library_static {
        "-Wno-unused-parameter",
    ],

    header_libs: ["jni_headers"],

    shared_libs: [
        "libmedia",
        "libgui",
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,8 @@ cc_library_shared {

    cflags: ["-Werror"],

    header_libs: ["jni_headers"],

    shared_libs: [
        "libdl",
        "liblog",
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@ cc_defaults {
            cflags: ["-D_DARWIN_UNLIMITED_STREAMS"],
        },
    },
    header_libs: ["jni_headers"],
    static_libs: [
        "libandroidfw",
        "libutils",
Loading