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

Commit 42ca62db authored by Scott Lobdell's avatar Scott Lobdell Committed by Bruno Martins
Browse files

Fix build errors

 - include <sys/uio.h> in order to resolve use of undeclared identifier
 'writev'
  - implement abstract methods for QC value-adds on BaseWifiService
  - update files to match in specs in api/current.txt and api/system-current.txt
  - media/jni/Android.bp needed a static dependency moved to shared
  object dependency

Bug: 123699636
Change-Id: I30f97e24e83274016e720548fba412da0f35c98f
parent 0f9e0293
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -452,7 +452,7 @@ public final class BluetoothHeadset implements BluetoothProfile {
        doUnbind();
    }

    protected void finalize() {
    protected void finalize() throws Throwable {
        close();
    }