diff options
author | 2016-03-29 17:33:55 -0700 | |
---|---|---|
committer | 2016-04-04 21:36:17 +0000 | |
commit | 7eedeab09954fa6f2c19fcda6b27d4244c3109ee (patch) | |
tree | e04cd512e0dadd4ed33a3452f848cc81fde1d7df /README.md | |
parent | 17043071a6b076b8c6bb42c14baaa45a8fc6c5fc (diff) |
Bring back support for legacy bt_config.xml
If a device migrates directly from L or earlier to a version using this
new implementation, all bt_config will be lost, requiring to repair to
the devices.
Change-Id: Ifdca0d8cad8efaa9f503ca40ac0725547a06f15c
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ cd third_party git clone https://github.com/google/googletest.git git clone https://android.googlesource.com/platform/external/libchrome git clone https://android.googlesource.com/platform/external/modp_b64 +git clone https://android.googlesource.com/platform/external/tinyxml2 ``` And third party dependencies of third party dependencies: |