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

Commit ed568f3f authored by Logan Chien's avatar Logan Chien Committed by Gerrit Code Review
Browse files

Merge "Reformat Android.bp file"

parents 5adbc5be 3e60b390
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ cc_test {
        "-Werror",
        "-Wno-unused-parameter",
    ],
    shared_libs = [
    shared_libs: [
        "libcutils",
        "liblog",
        "libutils",
+5 −5
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ shared_libs = [
]

header_libraries = [
    "libdvr_headers"
    "libdvr_headers",
]

cc_library {
@@ -48,14 +48,14 @@ cc_test {
    srcs: test_src_files,
    static_libs: test_static_libs,
    header_libs: header_libraries,
    cflags = [
    cflags: [
        "-Wall",
        "-Werror",
    ],
    cppflags = [
    cppflags: [
        "-std=c++11",
    ],
    host_ldlibs = [
    host_ldlibs: [
        "-llog",
    ],
    name: "VirtualTouchpad_test",