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

Commit 5df81d0a authored by zhidou's avatar zhidou
Browse files

add the flag declaration in the framework

Test: atest BluetoothInstrumentationTests
Bug: 361398259
FLAG: NONE build file change
Change-Id: Ibdff295d2a182c69ee7d66fcde7de6cf8d96bca6
parent b0b94d35
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",