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

Commit 655872b6 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 11302939 from aac4dfa5 to 24Q2-release

Change-Id: I881cd276d127971c2be0131d97880b6249e1738e
parents 942469e8 aac4dfa5
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -299,6 +299,7 @@ android_app {
        ],
        strict_updatability_linting: true,
        baseline_filename: "lint-baseline.xml",

    },

    optimize: {
@@ -335,9 +336,6 @@ java_library {
    ],
    min_sdk_version: "Tiramisu",
    sdk_version: "module_current",
    lint: {
        baseline_filename: "lint-baseline.xml",
    },
}

platform_compat_config {
@@ -359,9 +357,6 @@ java_library {
    ],
    min_sdk_version: "Tiramisu",
    sdk_version: "module_current",
    lint: {
        baseline_filename: "lint-baseline.xml",
    },
}

genrule {
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#include "base/logging.h"
#include "com_android_bluetooth.h"
#include "gd/common/init_flags.h"
#include "common/init_flags.h"
#include "hardware/bt_bqr.h"

using bluetooth::bqr::BluetoothQualityReportCallbacks;
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
#include <shared_mutex>

#include "com_android_bluetooth.h"
#include "gd/common/init_flags.h"
#include "common/init_flags.h"
#include "hardware/bt_gatt.h"
#include "hardware/bt_gatt_types.h"
#include "rust/cxx.h"
Loading