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

Commit b83a1d33 authored by lpeter's avatar lpeter
Browse files

Add a feature flag for the package parser feature.

Bug: 269149275
Test: presubmit
Change-Id: Id97ce2d9d3a9ba90acc7a6f9d33fe9095191cf53
parent 4fdea46e
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -35,3 +35,10 @@ flag {
    bug: "302587814"
    is_fixed_read_only: true
}

flag {
    name: "get_package_info"
    namespace: "package_manager_service"
    description: "Feature flag to enable the feature to retrieve package info without installation."
    bug: "269149275"
}