commit | 0230b1ac4ae8833016f96cb7fe1eebf7efec26ef | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Mon Oct 23 17:15:03 2017 -0700 |
committer | Dan Willemsen <dwillemsen@google.com> | Mon Oct 23 19:27:42 2017 -0700 |
tree | 77a168f9388c7bd3bfe04813dd2e2872579e35dd | |
parent | 00c05a502837d834de257623980b5ea1b849e945 [diff] [blame] |
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
diff --git a/media/libaaudio/Android.bp b/media/libaaudio/Android.bp index 6e60f24..f00f7a8 100644 --- a/media/libaaudio/Android.bp +++ b/media/libaaudio/Android.bp
@@ -28,3 +28,10 @@ first_version: "26", unversioned_until: "current", } + +cc_library_headers { + name: "libaaudio_headers", + export_include_dirs: ["include"], +} + +subdirs = ["*"]