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

Commit a4a8fd19 authored by Hsin-chen Chuang's avatar Hsin-chen Chuang
Browse files

floss: Fix 'android-base/parseint.h' file not found

This fixes the breakage caused by https://r.android.com/3324693

Bug: 369703686
Bug: 360917504
Tag: #floss
Test: mmm packages/modules/Bluetooth
Test: USE=floss_upstream emerge-brya floss
Test: USE=floss_upstream emerge-rauru floss
Flag: EXEMPT, Floss-only change
Change-Id: I8ed5a2921b9075ce8fb7974a6eca3c9be1cdabe0
parent d29d3c5d
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -21,7 +21,10 @@ source_set("BluetoothMetricsSources_chromeos") {
    "chromeos/metrics_event.cc",
  ]

  deps = [ "//bt/system/gd:gd_default_deps" ]
  deps = [
    "//bt/system/gd:gd_default_deps",
    "//bt/floss/android-base:android-base",
  ]
  configs += [
    "//bt/system/gd:gd_defaults",
    "//bt/system/log:log_defaults",