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

Commit 4248bcd5 authored by Pranav Madapurmath's avatar Pranav Madapurmath
Browse files

Resolve telecom_resolve_hidden_dependencies namespace

Change the telecom_resolve_hidden_dependencies flag namespace (from `android_platform_telecom` to `telecom` in order for it to be tracked in Gantry.

Bug: 324090590
Change-Id: I58cf6c661002b61120da455018f1a0b8027f08b3
Test: m Telecom
parent e4ddd1aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ package: "com.android.server.telecom.flags"

flag {
    name: "telecom_resolve_hidden_dependencies"
    namespace: "android_platform_telecom"
    namespace: "telecom"
    description: "Mainland cleanup for hidden dependencies"
    bug: "b/303440370"
    bug: "b/324090590"
}