diff options
author | 2017-02-20 20:18:51 +0100 | |
---|---|---|
committer | 2017-02-21 19:12:34 +0000 | |
commit | b3018b113b9fdbe31cf63bb42e56221d27de1ce8 (patch) | |
tree | 159d4446585a6496c8d97c722e0b1e750b1b3dc7 /README.md | |
parent | 505080d000b1ae198048c34859b5689f56ebe4fb (diff) |
Compile audio codec libraries on linux
Test: build on linux
Change-Id: I72c7621fde1f229e3dd2a8cfa0cf0339e601914c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,7 +30,9 @@ cd ~/fluoride/bt mkdir third_party cd third_party git clone https://github.com/google/googletest.git +git clone https://android.googlesource.com/platform/external/aac git clone https://android.googlesource.com/platform/external/libchrome +git clone https://android.googlesource.com/platform/external/libldac git clone https://android.googlesource.com/platform/external/modp_b64 git clone https://android.googlesource.com/platform/external/tinyxml2 git clone https://android.googlesource.com/platform/hardware/libhardware @@ -53,7 +55,9 @@ of downloading sources cd packages/modules/Bluetooth/system mkdir third_party cd third_party +ln -s ../../../external/aac aac ln -s ../../../external/libchrome libchrome +ln -s ../../../external/libldac libldac ln -s ../../../external/modp_b64 modp_b64 ln -s ../../../external/tinyxml2 tinyxml2 ln -s ../../../hardware/libhardware libhardware |