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

Commit 4ce51c97 authored by Brad Ebinger's avatar Brad Ebinger
Browse files

Cleanup Flag definitions and moves lib to fw/b

Move the canonical flag lib def to only be in fw/b and remove
duplicate lib creation

Test: Build
Flag: mk only change
Change-Id: I6d17371e296fb594dd8c0f082146f588901481d1
parent 0b0d7ad4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ android_app {
    static_libs: [
        "androidx.annotation_annotation",
        "androidx.core_core",
        "telecom_flags-lib",
        "telecom_flags_core_java_lib",
    ],
    libs: [
        "services",
@@ -62,7 +62,7 @@ android_test {
        "androidx.fragment_fragment",
        "androidx.test.ext.junit",
        "platform-compat-test-rules",
        "telecom_flags-lib",
        "telecom_flags_core_java_lib",
    ],
    srcs: [
        "tests/src/**/*.java",
+0 −5
Original line number Diff line number Diff line
@@ -31,8 +31,3 @@ aconfig_declarations {
      "telecom_callaudioroutestatemachine_flags.aconfig"
    ],
}

java_aconfig_library {
    name: "telecom_flags-lib",
    aconfig_declarations: "telecom_flags"
}
 No newline at end of file