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

Commit f3be8e11 authored by Zhi Dou's avatar Zhi Dou Committed by Gerrit Code Review
Browse files

Merge "add the flag declaration in the framework" into main

parents cef69ae0 5df81d0a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7,6 +7,9 @@ aconfig_declarations {
    name: "bluetooth_aconfig_flags",
    package: "com.android.bluetooth.flags",
    container: "com.android.btservices",
    visibility: [
        "//packages/modules/Bluetooth/framework",
    ],
    // LINT.IfChange
    srcs: [
        "a2dp.aconfig",
+3 −0
Original line number Diff line number Diff line
@@ -91,6 +91,9 @@ java_sdk_library {
    plugins: [
        "error_prone_android_framework",
    ],
    aconfig_declarations: [
        "bluetooth_aconfig_flags",
    ],
    lint: {
        error_checks: [
            "Autofill",