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

Commit 63121ca1 authored by Kyunglyul Hyun's avatar Kyunglyul Hyun
Browse files

Add a flag for fixing a bug in PanService

Bug: 315241296
Bug: 351961492
Test: m -j;
Change-Id: I300bc50b9bf0027375a0154ab2b27f077439292e
parent b0acd0f4
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -219,3 +219,15 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "pan_use_identity_address"
    namespace: "bluetooth"
    description: "Use identity address when communicate with native interface"
    bug: "351961492"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}