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

Commit 563f5598 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Make system/bt build with the VNDK."

parents e85e40c9 515727b1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -19,6 +19,9 @@ cc_library_static {
        "smp",
        "srvc",
    ],
    header_libs: [
        "libhardware_headers",
    ],
    include_dirs: [
        "external/aac/libAACenc/include",
        "external/aac/libSYS/include",
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <android-base/logging.h>
#include <assert.h>
#include <fcntl.h>
#include <sys/uio.h>
#include <utils/Log.h>

namespace android {
+3 −0
Original line number Diff line number Diff line
@@ -37,6 +37,9 @@ cc_library_static {
        "include",
    ],
    export_include_dirs: ["include"],
    header_libs: [
        "libhardware_headers",
    ],
    include_dirs: [
        "packages/modules/Bluetooth/system",
        "packages/modules/Bluetooth/system/utils/include",