Loading system/BUILD.gn +2 −0 Original line number Original line Diff line number Diff line Loading @@ -102,6 +102,8 @@ config("target_defaults") { "-Wno-pessimizing-move", "-Wno-pessimizing-move", "-Wno-unknown-warning-option", "-Wno-unknown-warning-option", "-Wno-final-dtor-non-final-class", "-Wno-final-dtor-non-final-class", string_join("", ["-ffile-prefix-map=", rebase_path(".", "${root_build_dir}", "."), "/= "]) ] ] cflags_cc = [ cflags_cc = [ Loading system/bta/groups/groups.cc +3 −3 Original line number Original line Diff line number Diff line Loading @@ -15,18 +15,18 @@ * limitations under the License. * limitations under the License. */ */ #include <base/logging.h> #include <algorithm> #include <algorithm> #include <limits> #include <map> #include <map> #include <unordered_set> #include <unordered_set> #include "base/logging.h" #include "bta_groups.h" #include "bta_groups.h" #include "btif_storage.h" #include "btif_storage.h" #include "types/bluetooth/uuid.h" #include "types/bluetooth/uuid.h" #include "types/raw_address.h" #include "types/raw_address.h" #include <base/logging.h> using bluetooth::Uuid; using bluetooth::Uuid; namespace bluetooth { namespace bluetooth { Loading Loading
system/BUILD.gn +2 −0 Original line number Original line Diff line number Diff line Loading @@ -102,6 +102,8 @@ config("target_defaults") { "-Wno-pessimizing-move", "-Wno-pessimizing-move", "-Wno-unknown-warning-option", "-Wno-unknown-warning-option", "-Wno-final-dtor-non-final-class", "-Wno-final-dtor-non-final-class", string_join("", ["-ffile-prefix-map=", rebase_path(".", "${root_build_dir}", "."), "/= "]) ] ] cflags_cc = [ cflags_cc = [ Loading
system/bta/groups/groups.cc +3 −3 Original line number Original line Diff line number Diff line Loading @@ -15,18 +15,18 @@ * limitations under the License. * limitations under the License. */ */ #include <base/logging.h> #include <algorithm> #include <algorithm> #include <limits> #include <map> #include <map> #include <unordered_set> #include <unordered_set> #include "base/logging.h" #include "bta_groups.h" #include "bta_groups.h" #include "btif_storage.h" #include "btif_storage.h" #include "types/bluetooth/uuid.h" #include "types/bluetooth/uuid.h" #include "types/raw_address.h" #include "types/raw_address.h" #include <base/logging.h> using bluetooth::Uuid; using bluetooth::Uuid; namespace bluetooth { namespace bluetooth { Loading