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

Commit 3b39539d authored by Steven Moreland's avatar Steven Moreland Committed by Android (Google) Code Review
Browse files

Merge "*common: use package as name"

parents 09338ece 1ac7ce96
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,16 +33,16 @@ cc_library {
    ],

    shared_libs: [
        "android.hardware.graphics.common-ndk_platform",
        "android.hardware.graphics.mapper@4.0",
        "libhidlbase",
        "liblog",
        "vintf-graphics-common-ndk_platform",
    ],

    export_shared_lib_headers: [
        "android.hardware.graphics.common-ndk_platform",
        "android.hardware.graphics.mapper@4.0",
        "libhidlbase",
        "vintf-graphics-common-ndk_platform",
    ],

    export_include_dirs: [
+2 −2
Original line number Diff line number Diff line
@@ -82,6 +82,7 @@ cc_library_shared {
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.allocator@4.0",
        "android.hardware.graphics.common-ndk_platform",
        "android.hardware.graphics.common@1.2",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
@@ -94,14 +95,13 @@ cc_library_shared {
        "libsync",
        "libutils",
        "liblog",
        "vintf-graphics-common-ndk_platform",
    ],

    export_shared_lib_headers: [
        "android.hardware.graphics.common@1.2",
        "android.hardware.graphics.common-ndk_platform",
        "android.hardware.graphics.mapper@4.0",
        "libgralloctypes",
        "vintf-graphics-common-ndk_platform",
    ],

    static_libs: [
+1 −1
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ cc_test {
        "libtrace_proto",
    ],
    shared_libs: [
        "android.hardware.graphics.common-ndk_platform",
        "android.hardware.graphics.common@1.2",
        "android.hardware.graphics.composer@2.1",
        "libandroid",
@@ -56,7 +57,6 @@ cc_test {
        "libtimestats_proto",
        "libui",
        "libutils",
        "vintf-graphics-common-ndk_platform",
    ]
}