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

Commit 8581000b authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Convert libaaudio to Android.bp"

am: c1314e44

Change-Id: I559ac61966b01727f01620d59592975c311c6c8f
parents 3d185287 c1314e44
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