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

Commit 696bc646 authored by Logan Chien's avatar Logan Chien Committed by android-build-merger
Browse files

Merge "Reformat Android.bp file" am: ed568f3f am: 60cdd662

am: 0bb75399

Change-Id: I2e0f587c011882a9a9b0cdb46095e6685b1e80e8
parents 411d8c61 0bb75399
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",