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

Commit c31dc3f2 authored by Colin Cross's avatar Colin Cross
Browse files

Use static_libs for androidx dependencies

androidx dependencies should always be static, and Soong is
changing to match Make and not include resources from libraries
in libs.

Test: m checkbuild
Change-Id: I478856e7d4d380f5d2623885e04d3923716b68e9
parent a7998431
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -2,16 +2,14 @@ android_library {

    name: "SettingsLib",

    libs: [
    static_libs: [
        "androidx.annotation_annotation",
        "androidx.legacy_legacy-support-v4",
        "androidx.recyclerview_recyclerview",
        "androidx.preference_preference",
        "androidx.appcompat_appcompat",
        "androidx.lifecycle_lifecycle-runtime",
    ],

    static_libs: [
        "SettingsLibHelpUtils",
        "SettingsLibRestrictedLockUtils",
        "SettingsLibAppPreference",