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

Commit ef85d792 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 6566263 from a80cea68 to mainline-release

Change-Id: I74fcc7d815f93506df5bcfb33abd3f137a773bde
parents e10727df a80cea68
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -23,11 +23,6 @@ cc_test {
        "VtsHalSensorsV1_0TargetTest.cpp",
    ],
    static_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.sensors@1.0",
        "VtsHalSensorsTargetTestUtils",
    ],
+0 −5
Original line number Diff line number Diff line
@@ -25,11 +25,6 @@ cc_test {
        "android.hardware.sensors@2.X-shared-utils",
    ],
    static_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@1.0-convert",
        "android.hardware.sensors@2.0",
+0 −5
Original line number Diff line number Diff line
@@ -27,11 +27,6 @@ cc_test {
        "android.hardware.sensors@2.X-shared-utils",
    ],
    static_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@1.0-convert",
        "android.hardware.sensors@2.0",
+0 −5
Original line number Diff line number Diff line
@@ -29,11 +29,6 @@ cc_defaults {
        "libbinder",
    ],
    static_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@1.0-convert",
        "android.hardware.sensors@2.0",
+7 −3
Original line number Diff line number Diff line
@@ -31,13 +31,17 @@ cc_library_static {
        "libutils",
    ],
    static_libs: [
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@2.0",
        "android.hardware.sensors@2.1",
    ],
    whole_static_libs: [
        "android.hardware.graphics.allocator@2.0",
        "android.hardware.graphics.allocator@3.0",
        "android.hardware.graphics.allocator@4.0",
        "android.hardware.graphics.mapper@2.0",
        "android.hardware.graphics.mapper@2.1",
        "android.hardware.graphics.mapper@3.0",
        "android.hardware.sensors@1.0",
        "android.hardware.sensors@2.0",
        "android.hardware.sensors@2.1",
        "android.hardware.graphics.mapper@4.0",
    ],
}
Loading