summaryrefslogtreecommitdiff
path: root/Android.mk
AgeCommit message (Collapse)Author
2023-07-29Ignore kernel headers when targeting prebuilt kernelHEADtachibana-mr1Chris Crump
Necessary for devices that target prebuilt kernel but also include the tinycompress package Change-Id: If7f8433e710e199899aa09c7b35b8efc8e3cd187
2021-02-04Add needed sources files to Android.mk.Chris Gross
Bug: 179184543 Change-Id: Ie76e2ed43286bd3148da307e868b580062464b2e
2020-04-01Revert "external: tinycompress: add support for compress plugins"Ashish Jain
This reverts commit 43b7f4b911e942f2ee3e6418743821dce93d48f1. CRs-Fixed: 2653755 Change-Id: I825f4a07b62c2925c13767a40dbc9eac67f65fa9
2019-11-21external: tinycompress: add support for compress pluginsVidyakumar Athota
Add plugin support to use vendor specific compress implementation CRs-Fixed: 2563258 Change-Id: I0f6a86f4e4b388fdffe7b9af7a033dac5fd0e763
2019-07-22tinycompress: enable EXTENDED_COMPRESS_FORMAT based on flagWeiyin Jiang
Enable EXTENDED_COMPRESS_FORMAT based on flag. CRs-Fixed: 2493949 Change-Id: Ic12b0e2610b6f55c8d8a16f646daa016733f0afb
2019-02-22Turns on ENABLE_EXTENDED_COMPRESS_FORMAT for libtinycompress_vendor.Daniel Norman
Some methods defined by libtinycompress that are used by qcom are wrapped in "#ifdef ENABLE_EXTENDED_COMPRESS_FORMAT". Change-Id: I33eef3dfa23b49fe55b39e551b4c08bc420e6617
2018-12-27QMAA: Add support for audio module disableNaresh Tanniru
- Disable tinycompress compilation based on STUB HAL feature flag CRs-Fixed: 2368190 Change-Id: I72134e574ee75352fa287cfda723240ff24be179
2018-01-30tinycompress: Use sanitized headers generated from kernel sourceRoopesh Rajashekharaiah Nataraja
Change-Id: Ie22c0075283169d15130f2b917ffd8604168c4ec
2017-07-12libtinycompress: Android.mk -> Android.bpSteven Moreland
device-specific kernel headers are referenced via the new device_kernel_headers module. Test: links Bug: 37512442 Bug: 38117654 Change-Id: I2880e0250460ca506386ebd89dc808b526e6935f
2017-07-11Move cplay to vendor.Steven Moreland
cplay is using libtinycompress which is a vendor only module. Test: CleanSpec works Test: with BOARD_VNDK_VERSION Test: hitting "Error: Can't find sync word" with and without this change (filed b/63141137) Bug: 37342627 Merged-In: Id50dd55b772e44d1aa7427caa7338d5096c9e862 Change-Id: Id50dd55b772e44d1aa7427caa7338d5096c9e862
2017-05-09Move libtinycompress to vendor partitionVijay Venkatraman
Bug: 33241851 Test: Build sailfish and pass CTS audio Test: With BOARD_VNDK_VERSION:=current, no link type check errors for this lib Change-Id: I28e9d98a6a77a3e3ea67b406d08861216fa2553b
2017-05-08Revert "libtinycompress: Android.mk -> Android.bp"Steven Moreland
This reverts commit af6c4c00572e5a43e2242de899992f4fa8d0b729. Reason for revert: b/38117654 Change-Id: Iaf808d3ba12ced816be251214cb20ceba247e9ff
2017-05-04libtinycompress: Android.mk -> Android.bpSteven Moreland
Test: links Bug: 37512442 Change-Id: I223780f93826a3710be2abeb098f8eb0bbcfc66c
2017-02-24Disable macro redefined warnings.Christopher Ferris
The new kernel headers do: #define __bitwise __bitwise__ However, the code redefines __bitwise without undef'ing it first. This is a temporary fix, b/35721782 filed to fix this. Change-Id: Ifc169910091d5b5291ae50c75ebef7c569d140be Test: Builds without warningers/errors.
2014-12-16Cleanup Obsolete LOCAL_PRELINK_MODULE.Ying Wang
Bug: 18675947 Change-Id: Ia3513aa73da2d2ad32a41074d027246837165857
2013-06-07Update to tinycompress 2.0Eric Laurent
0f25782 Tinycompress version 0.2.0 6b27cf7 compress: Add non-blocking I/O 0e0c39e compress: do not poll if enough space to write remaining data 78672ce compress: copy final version of config struct 5777ab6 cplay: use get_alsa_rate to convert sample rate 1bb4a13 add utils file with rate conversion helper 38145d7 fix error reporting in tinycompress aad6a2a compress: fix hpointer error when no sample rate 31d610d compress: check for config first Change-Id: I51037eacdab73dfd4f3b8e58cda79f536503f826
2013-04-17Initial version of tinycompressEric Laurent
From git://git.alsa-project.org/tinycompress.git 0765f97a Change-Id: I34599092e8c764ecb3475883d1d46cd9c9b5c439