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

Commit 121e1e32 authored by Steven Moreland's avatar Steven Moreland Committed by android-build-merger
Browse files

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

am: 563f5598

Change-Id: I2891fac24debb4070b5aa9840b9693a6346c9495
parents 35be0089 563f5598
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",