- Oct 09, 2017
-
-
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: 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
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: 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
-
Vijay Venkatraman authored
am: 37a245f3 -s ours Change-Id: I106c7e8f866c3e97ccf0d6cecd4a5502844320f8
-
- May 16, 2017
-
-
Vijay Venkatraman authored
Bug: 38244611 Test: build sailfish with BOARD_VNDK_VERSION:=current (cherry picked from commit 338925ad) Merged-In: I05078430d4d65fc1cae32d64f948ebf527a74245 Change-Id: I26e91b7d8d97e715bf84252b5bc814230d07dde7
-
- May 15, 2017
-
-
Vijay Venkatraman authored
am: 982c36d1 Change-Id: I486480e9244d531579e59cc75679445dde7124c0
-
Vijay Venkatraman authored
am: 616e051c Change-Id: I7b1ca4ee79331ac7056864111d0ffb4e215025b6
-
Vijay Venkatraman authored
am: 058ed839 Change-Id: I33a439be0aa6c3d0ff28e6d1d03b96473f3fbfa2
-
Vijay Venkatraman authored
am: a7d909ed Change-Id: I7ab6cd2e9e128ca67bb8d796b8d99f4c3685ab83
-
Treehugger Robot authored
-
Vijay Venkatraman authored
Bug: 38244611 Test: build sailfish with BOARD_VNDK_VERSION:=current Change-Id: I05078430d4d65fc1cae32d64f948ebf527a74245
-
- Aug 30, 2016
-
-
Dan Willemsen authored
am: c704149e Change-Id: Ia64e2715037fa7b3a642aec9d7177a81a7f416e1
-
Dan Willemsen authored
am: 9ad2df7d Change-Id: Ie8286f3ddb0f8b96179ddd6a2a9bfacca1341f00
-
Dan Willemsen authored
am: 0476c6d0 Change-Id: I204c87e68252421b10f49b22ac0ffed4c93c216d
-
- Aug 29, 2016
-
-
Dan Willemsen authored
am: 1752ac1e Change-Id: I06d49e11d96477898a06b61d9c5819cab1b69684
-
Treehugger Robot authored
-
- Aug 27, 2016
-
-
Dan Willemsen authored
See build/soong/README.md for more information. This adds some export_include_dirs so that the speex pathmap will be able to go away. Test: cd external/speex; mma -j55 Change-Id: I647a585914486139787c85ced258932f7831e889
-
- Mar 11, 2016
-
-
Aurimas Liutikas authored
am: 2027ebeb * commit '2027ebeb': Fix and suppress warnings in external/libspeex.
-
Aurimas Liutikas authored
-
- Mar 10, 2016
-
-
Aurimas Liutikas authored
Bug: 26936282 Change-Id: Ic40ad35ef03ffb2c4cfa4e83f6036ce432da8257
-
- Jan 12, 2016
-
-
Chris Craik authored
Change-Id: I01958b7246707de22f3f0e3d16b0ae0a893db495
-
- Jun 03, 2015
-
-
Damien Miller authored
This will be used for automated notification of external vulnerability reports. Change-Id: Ib3475678ae95e2c26740c7c81b30c6fef3ef9b67
-
- Feb 18, 2014
-
-
Colin Cross authored
* commit 'eaa4765b': speex: disable neon for arm64
-
Colin Cross authored
-
- Feb 07, 2014
-
-
Colin Cross authored
The neon instructions in libspeex/resample_neon.h fail to compile on arm64: Error: unknown mnemonic `vld1.16' -- `vld1.16 {d16},[x3]!' Error: unknown mnemonic `vld1.16' -- `vld1.16 {d20},[x6]!' Error: unknown mnemonic `vmull.s16' -- `vmull.s16 q0,d16,d20' Error: unknown mnemonic `vld1.16' -- `vld1.16 {d16,d17,d18,d19},[x3]!' Error: unknown mnemonic `vld1.16' -- `vld1.16 {d20,d21,d22,d23},[x6]!' ... Disable neon on arm64 for now. Change-Id: Ifa2a99696241f53b2d6b25c2cb4330b819699a6f
-