- Mar 03, 2018
-
-
Elliott Hughes authored
am: 85df6c0a Change-Id: I6d6a48bf88fe598961bd3b3a7a05aa496f286ea1
-
Elliott Hughes authored
am: 21f4c41d Change-Id: I83228eb10733896e1e5ab1a3c62fb43eb34ce0c0
-
- Mar 02, 2018
-
-
Elliott Hughes authored
am: 789fb440 Change-Id: I0da3b3d77570f389a72d66550af78ffe79fb6711
-
Treehugger Robot authored
-
Treehugger Robot authored
-
Elliott Hughes authored
Bug: N/A Test: builds Change-Id: I144f11fb4f550774a872a2e066b1affc3fce5195
-
- Mar 01, 2018
-
-
liuchao authored
Test: speex code compilation without warning Change-Id: I7e89f527f2248fcd137dbc7ca051559ae3573536
-
- Nov 15, 2017
-
-
Xin Li authored
Change-Id: I57700be5f85047d439be3adbb492b0047a8c08af
- Nov 13, 2017
-
-
Xin Li authored
Change-Id: I1e3c00c525a6b82ea7c94bcb0a0eebdae0615c0f
-
- Oct 30, 2017
-
-
Elliott Hughes authored
am: 1742f967 Change-Id: Ic52f86502ca4fdc4a522ff2ef6e136aa8f7cf0a0
-
Elliott Hughes authored
am: df65c754 Change-Id: I347d54f84e6eb550112a99586b23643d687884e2
-
Elliott Hughes authored
am: c3499fdc Change-Id: If7e7f14554d9d2c1e9b732cb3f668e70ae89ef4d
-
Treehugger Robot authored
-
- Oct 28, 2017
-
-
Elliott Hughes authored
Upstream appears to be abandoned ("The Speex codec has been obsoleted by Opus. It will continue to be available, but since Opus is better than Speex in all aspects, users are encouraged to switch"), but even so we're on 1.2rc1 from 2008-07-23 instead of 1.2.0 from 2016-12-07... Bug: N/A Test: builds Change-Id: If0efc26e350a22ac0e37ae29682c337966018745
-
- Oct 09, 2017
-
-
Chih-Hung Hsieh authored
am: d823ab13 Change-Id: I9418c0cec34ee3cd880208908288010a99ceda4e
-
Chih-Hung Hsieh authored
am: a5a941c2 Change-Id: Ie6fbc27dc3f8746fb2f9d14d6646af3b85a4c5ea
-
Chih-Hung Hsieh authored
am: 39a2e16c Change-Id: I72f891d5e114921a6dffdad677282cf87660a4de
-
Chih-Hung Hsieh authored
am: 7d510888 Change-Id: Ib292a394074856214bb3623d08d21f6ea326cf1a
-
Treehugger Robot authored
-
- Sep 29, 2017
-
-
Chih-Hung Hsieh authored
* Use -Wno-error= to keep existing warnings to fix later. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Ia3781d09794cfaa921066821187abffdb314fbe5
-
- Sep 18, 2017
-
-
Isaac Chen authored
am: 498712ea Change-Id: I34a1f99eb6d093f65e4a6b7b14e92532044056ad
-
Isaac Chen authored
am: fe82ce4e Change-Id: I2ff78eea07584c7aed09792dafdf0c06992d826b
-
Isaac Chen authored
am: ff6ecca8 Change-Id: I58c82b2bd656d4fd9aaf60b5f036d1c0ef3296f4
-
Isaac Chen authored
am: a5c452a7 Change-Id: I071cfc1a47008c60741ffbd2bae8e4272a225c93
-
Isaac Chen authored
-
- Sep 15, 2017
-
-
Isaac Chen authored
Since ARM neon instructions were only used on armv7-a-neon architecture variant, the default implementation for this library doesn't use these advanced SIMD instructions. Bug: 65568230 Test: lunch aosp_arm64; emulator # on oc-mr1-dev; boot to home screen Check resample.o to make sure NEON instructions are included. Change-Id: Ibef04626bd1c3af6d1caf6e2d5f56cd915a307c3
-
- Sep 14, 2017
-
-
Justin Yun authored
Merge "Mark the module as VNDK or VNDK-SP in Android.bp" am: 8858aa49 am: 346ed6b2 am: 835e6097 -s ours am: 8e251ae0 -s ours Change-Id: I92916c6a2a59efca42b5f3c15be880d1c36244c0
-
Justin Yun authored
am: 835e6097 -s ours Change-Id: I0ede0e36f792131b0598103e1fe9fabba29833ae
-
Justin Yun authored
am: 346ed6b2 Change-Id: I084f316dcb795183c398190c9a4255719fed3228
-
Justin Yun authored
am: 8858aa49 Change-Id: Ia79cf8246dcc20c52bc108ae57579e39752bbae2
-
Treehugger Robot authored
-
- Sep 07, 2017
-
-
Justin Yun authored
As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. For a VNDK module, the 'vndk' tag has 'enabled: true'. It will be installed system/lib(64)/vndk as a vendor variant. For a VNDK-SP module, the 'vndk' tag has 'support_system_process: true' as well as 'enabled: true'. It will be installed system/lib(64)/vndk-sp as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Merged-In: I67d39502d774f8501bc08e86d782e507e6be908f Change-Id: I67d39502d774f8501bc08e86d782e507e6be908f (cherry picked from commit ff670987)
-
- Aug 03, 2017
-
-
Justin Yun authored
am: 0aa7ae10 Change-Id: I8b16b46687870c7c78aba746acba06993428cb63
-
Justin Yun authored
am: ff670987 Change-Id: I47621ac82827d07e4922c9a6eec368970693ffa9
-
- Jul 25, 2017
-
-
Justin Yun authored
As a VNDK/VNDK-SP module, Android.bp must have 'vndk' tag as well as 'vendor_available: true'. For a VNDK module, the 'vndk' tag has 'enabled: true'. It will be installed system/lib(64)/vndk as a vendor variant. For a VNDK-SP module, the 'vndk' tag has 'support_system_process: true' as well as 'enabled: true'. It will be installed system/lib(64)/vndk-sp as a vendor variant. Bug: 63866913 Test: build and boot with BOARD_VNDK_VERSION=current Change-Id: I67d39502d774f8501bc08e86d782e507e6be908f
-
- May 17, 2017
-
-
Vijay Venkatraman authored
am: e5e09f60 -s ours Change-Id: I526b13437e7ee2654f06f753c03fbf21c1c1eb66
-