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

Commit e5552f1e authored by Anthony Stange's avatar Anthony Stange Committed by Automerger Merge Worker
Browse files

V2: Update tests for multihal to test HAL 2.1 am: 7a21c532 am: 2dc496d9

Change-Id: I307087c94c71a819375fc20c134c47f2fc9d03ce
parents 296f9e3d 2dc496d9
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ cc_library {
    vendor: true,
    defaults: ["android.hardware.sensors@2.X-fakesubhal-defaults"],
    cflags: [
        "-DSUB_HAL_VERSION_2_0",
        "-DSUPPORT_CONTINUOUS_SENSORS",
        "-DSUB_HAL_NAME=\"FakeSubHal-Continuous\"",
    ],
@@ -59,6 +60,17 @@ cc_library {
    name: "android.hardware.sensors@2.X-fakesubhal-config2",
    vendor: true,
    defaults: ["android.hardware.sensors@2.X-fakesubhal-defaults"],
    cflags: [
        "-DSUB_HAL_VERSION_2_0",
        "-DSUPPORT_ON_CHANGE_SENSORS",
        "-DSUB_HAL_NAME=\"FakeSubHal-OnChange\"",
    ],
}

cc_library {
    name: "android.hardware.sensors@2.X-fakesubhal-config3",
    vendor: true,
    defaults: ["android.hardware.sensors@2.X-fakesubhal-defaults"],
    cflags: [
        "-DSUPPORT_ON_CHANGE_SENSORS",
        "-DSUB_HAL_NAME=\"FakeSubHal-OnChange\"",
Loading