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

Commit 4fcbf4f3 authored by Marco Nelissen's avatar Marco Nelissen
Browse files

Remove "required:"

Remove the required: entry in the Android.bp because the build system
treats it like a link-time dependency, which can cause it to complain
about circular dependencies even when none exist.

Test: build
Change-Id: Ie4bfdedd3d66b1f643d9e9127a664f96cf3b9691
parent 8d2843ac
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -52,10 +52,6 @@ cc_library {
        "libutils",
    ],

    required: [
        "libandroid_runtime",
    ],

    export_include_dirs: [
        "include",
    ],