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

Commit b9c55c4a authored by Nora Csitari's avatar Nora Csitari
Browse files

Adding `com.android.healthfitness` to the available APEX modules for SettingsLib

This is so that HealthFitness can use the ValuePreference which is part of SettingsLib.

Bug: 378468481
Test: manual
Flag: NONE guarded by expressive theming
Change-Id: I89baca6929be92bceadf6294685e06e88eb32bcc
parent 51f68d9a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -27,5 +27,6 @@ android_library {
    min_sdk_version: "23",
    apex_available: [
        "//apex_available:platform",
        "com.android.healthfitness",
    ],
}