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

Commit 2280984b authored by Bowgo Tsai's avatar Bowgo Tsai Committed by Android (Google) Code Review
Browse files

Merge "Revert "Create headers library for libvibrator""

parents 9243d888 b0310fb3
Loading
Loading
Loading
Loading
+0 −18
Original line number Diff line number Diff line
@@ -55,21 +55,3 @@ cc_library {
        },
    },
}

cc_library_headers {
    name: "libvibrator_headers",
    vendor_available: true,
    host_supported: true,

    export_include_dirs: [
        "include",
    ],

    static_libs: [
        "libvibrator",
    ],

    export_static_lib_headers: [
        "libvibrator",
    ],
}