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

Commit 99307de1 authored by Dan Willemsen's avatar Dan Willemsen Committed by Android (Google) Code Review
Browse files

Merge "Convert libaaudio to Android.bp"

parents b9e95b47 b44c69e8
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -28,3 +28,10 @@ ndk_library {
    first_version: "26",
    unversioned_until: "current",
}

cc_library_headers {
    name: "libaaudio_headers",
    export_include_dirs: ["include"],
}

subdirs = ["*"]

media/libaaudio/Android.mk

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
include $(call all-subdir-makefiles)
+4 −0
Original line number Diff line number Diff line
cc_library_headers {
    name: "libaaudio_example_utils",
    export_include_dirs: ["."],
}
+0 −1
Original line number Diff line number Diff line
include $(call all-subdir-makefiles)
+0 −1
Original line number Diff line number Diff line
include $(call all-subdir-makefiles)
Loading