diff options
author | 2016-10-18 18:45:21 -0700 | |
---|---|---|
committer | 2016-10-19 03:42:37 +0000 | |
commit | c01f3412ff7dce02084cfb9de4919150f3b8b1b5 (patch) | |
tree | f1cfbc0ec9e95ad7650fbd0b322676f59aac47cf /README.md | |
parent | 5b24bc5df9fcc6c324f0ef5e5d979e2867f68aab (diff) |
Remove Android a2dp bridge from generic build configuration
Code in audio_a2dp_hw folder contains Android-specific code for talking
to Android media libraries. It is not useful on other platforms, and
only adds unnecessary dependencies.
Test: compile with ninja
Change-Id: Ia0313332b4456ba0287587da66cdf2cce045f89c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -81,7 +81,6 @@ Fluoride currently has dependency on some internal Android projects, which also cd ~/fluoride git clone https://android.googlesource.com/platform/system/core git clone https://android.googlesource.com/platform/hardware/libhardware -git clone https://android.googlesource.com/platform/system/media ``` ### Configure your build @@ -102,7 +101,6 @@ This will prompt you to fill the contents of your "out/Default/args.gn" file. Ma libhw_include_path = "/home/job/fluoride/libhardware/include" core_include_path = "/home/job/fluoride/core/include" -audio_include_path = "/home/job/fluoride/media/audio/include" ``` Then generate your build files by calling |