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

Commit 0f5d21ae authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Remove broadcastradio HAL 1.2 support from the framework.

Bug: 62945293
Test: VTS
Change-Id: Ifd54fe476717ae71e5c9ff72498bf702b0c29454
parent 98859035
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -29,7 +29,6 @@ namespace utils {
enum class HalRevision : uint32_t {
    V1_0 = 1,
    V1_1,
    V1_2,  // TODO(b/62945293): remove
};

/**