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

Commit b82cecec authored by ziyiw's avatar ziyiw Committed by Bob Wang
Browse files

Added rust stubs for HAL.

Test: mmm hardware/interfaces/uwb
Bug: 197341298

Change-Id: I6c08d7e5536c537709f07b618326f9c336c02b55
parent 750eeb34
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -27,5 +27,12 @@ aidl_interface {
            ],
            min_sdk_version: "current",
        },
        rust: {
            enabled: true,
            apex_available: [
                "//apex_available:platform",
                "com.android.uwb",
            ],
        },
    },
}