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

Commit 143676c7 authored by Jakub Pawlowski's avatar Jakub Pawlowski Committed by Jakub Pawłowski
Browse files

Add flag: separate_service_storage

Bug: 315241296
Bug: 382015666
Test: mmm packages/modules/Bluetooth
Change-Id: Iae7f42f44e35386e74a190a2addce5b5a356df30
parent 82c51c65
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -10,3 +10,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "separate_service_storage"
    namespace: "bluetooth"
    description: "Store LE and Classic services separately"
    bug: "382015666"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}