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

Commit 60cdd662 authored by Logan Chien's avatar Logan Chien Committed by android-build-merger
Browse files

Merge "Reformat Android.bp file"

am: ed568f3f

Change-Id: I1c19e70d96447df2d186cd96490f01275e7a612b
parents 27bab41c ed568f3f
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",