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

Commit 55bfb0cf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[Cleanup] Properly export lib headers."

parents 5f8e9120 1b5692ea
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -28,9 +28,18 @@ cc_library_static {
        "android.hardware.graphics.mapper@2.0-vts",
        "android.hardware.graphics.mapper@2.0-vts",
        "android.hardware.graphics.mapper@3.0-vts",
        "android.hardware.graphics.mapper@3.0-vts",
    ],
    ],
    export_static_lib_headers: [
        "VtsHalHidlTargetTestBase",
        "android.hardware.graphics.composer@2.1",
        "android.hardware.graphics.mapper@2.0-vts",
        "android.hardware.graphics.mapper@3.0-vts",
    ],
    header_libs: [
    header_libs: [
        "android.hardware.graphics.composer@2.1-command-buffer",
        "android.hardware.graphics.composer@2.1-command-buffer",
    ],
    ],
    export_header_lib_headers: [
        "android.hardware.graphics.composer@2.1-command-buffer",
    ],
    cflags: [
    cflags: [
        "-O0",
        "-O0",
        "-g",
        "-g",
+0 −4
Original line number Original line Diff line number Diff line
@@ -3,7 +3,3 @@ courtneygo@google.com
lpy@google.com
lpy@google.com
stoza@google.com
stoza@google.com
vhau@google.com
vhau@google.com

# VTS team
yim@google.com
zhuoyao@google.com
+6 −1
Original line number Original line Diff line number Diff line
@@ -3,11 +3,16 @@ cc_library_headers {
    defaults: ["hidl_defaults"],
    defaults: ["hidl_defaults"],
    vendor_available: true,
    vendor_available: true,
    shared_libs: [
    shared_libs: [
        "android.hardware.graphics.composer@2.1",
        "android.hardware.graphics.composer@2.2",
    ],
    export_shared_lib_headers: [
        "android.hardware.graphics.composer@2.2",
        "android.hardware.graphics.composer@2.2",
    ],
    ],
    header_libs: [
    header_libs: [
        "android.hardware.graphics.composer@2.1-command-buffer",
        "android.hardware.graphics.composer@2.1-command-buffer",
    ],
    ],
    export_header_lib_headers: [
        "android.hardware.graphics.composer@2.1-command-buffer",
    ],
    export_include_dirs: ["include"],
    export_include_dirs: ["include"],
}
}
+7 −10
Original line number Original line Diff line number Diff line
@@ -26,28 +26,25 @@ cc_library_static {
        "libui",
        "libui",
    ],
    ],
    static_libs: [
    static_libs: [
        "librenderengine",
        "libmath",
        "libarect",
        "libnativewindow",
        "VtsHalHidlTargetTestBase",
        "VtsHalHidlTargetTestBase",
        "android.hardware.graphics.composer@2.1",
        "android.hardware.graphics.composer@2.1-vts",
        "android.hardware.graphics.composer@2.1-vts",
        "android.hardware.graphics.composer@2.2",
        "android.hardware.graphics.composer@2.2",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.graphics.mapper@2.1-vts",
        "android.hardware.graphics.mapper@2.1-vts",
        "android.hardware.graphics.mapper@3.0",
        "libarect",
        "android.hardware.graphics.mapper@3.0-vts",
        "libmath",
        "libnativewindow",
        "librenderengine",
    ],
    ],
    export_static_lib_headers: [
    export_static_lib_headers: [
        "VtsHalHidlTargetTestBase",
        "android.hardware.graphics.composer@2.1-vts",
        "android.hardware.graphics.composer@2.1-vts",
        "android.hardware.graphics.composer@2.2",
        "android.hardware.graphics.mapper@2.1-vts",
    ],
    ],
    header_libs: [
    header_libs: [
        "android.hardware.graphics.composer@2.1-command-buffer",
        "android.hardware.graphics.composer@2.2-command-buffer",
        "android.hardware.graphics.composer@2.2-command-buffer",
    ],
    ],
    export_header_lib_headers: [
    export_header_lib_headers: [
        "android.hardware.graphics.composer@2.1-command-buffer",
        "android.hardware.graphics.composer@2.2-command-buffer",
        "android.hardware.graphics.composer@2.2-command-buffer",
    ],
    ],
    cflags: [
    cflags: [
+0 −4
Original line number Original line Diff line number Diff line
@@ -2,7 +2,3 @@
lpy@google.com
lpy@google.com
stoza@google.com
stoza@google.com
vhau@google.com
vhau@google.com

# VTS team
yim@google.com
zhuoyao@google.com
Loading