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

Commit b22c5a1a authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Don't install unnecessary VNDK libs" am: 2fdf9da6

am: 3ef1ce17

Change-Id: I71f560f184a6e3945978140dec55d7db6cd1cc1e
parents 9d32261d 3ef1ce17
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,4 +19,8 @@ cc_library {
        "-fvisibility=hidden",
    ],
    export_include_dirs: ["include"],
    required: [
        "llndk.libraries.txt",
        "vndksp.libraries.txt",
    ],
}