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

Commit 0230b1ac authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Convert libaaudio to Android.bp

See build/soong/README.md for more information about Soong.

I didn't translate the examples, since they appear to be NDK build
files, not platform build files.

Test: mmma frameworks/av/media/libaaudio
Change-Id: Icf228c701afe37dd3c7f00ea9e6fb740b0d450f1
Merged-In: Icf228c701afe37dd3c7f00ea9e6fb740b0d450f1
parent 00c05a50
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