History log of /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d386a8071665150c3d08677f795042b75c66687f 08-May-2014 leozwang <leozwang@google.com> Remove ndk_build from platform makefile.

Webrtc used to support both platform build and ndk build in a single makefile.
However, ndk build should be done by gyp, no need to support ndk build in android
makefile, remove NDK_ROOT.

Change-Id: I73c4ab84cec9f4f2d75ec21a50e420f9b076fce4
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
a0ed71a5b9602d7364323c2084ce09e6db8844fd 11-Mar-2014 Ying Wang <wangying@google.com> resolved conflicts for merge of 1b737a98 to master

Change-Id: Id5380390ae5f55c19a07ca0f5d075f135980dc06
9fb5517a05f10f029c7a716b6cd3fd3ee60cb3bd 11-Mar-2014 Ying Wang <wangying@google.com> Only build neon code for arm but not arm64.

This fixed aosp_arm64 build.

Change-Id: Ic4840c57a7d2b68c199c725c35d61f85adfee9e7
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
99d7cbd2345b95841b6d98c2c1ee5f174a335881 11-Mar-2014 Ying Wang <wangying@google.com> resolved conflicts for merge of 3cc82c99 to master

Change-Id: Ib23fa837ba685943794252ad53352e1e7a741ab8
792d5464151b0e5744e311ff79eca886e277807b 10-Mar-2014 Ying Wang <wangying@google.com> Use arch specific flags to fix multilib build.

Bug: 13391438
Change-Id: Ie9844df210c7ea24da952811ba854850fc17ded9
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
32e2cd785a004149aff04db3b236653b774966fb 30-Sep-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Fix for the webrtc_isac_test_gnustl_static build error.

Moved webrts_isac_test and webrtc_isac_test_gnustl_static targets
to a separate makefile. Build error was caused by "../kenny.c" src
file - build system was building kenny.o outside of intermediates directory
(out/target/product/generic/obj/EXECUTABLES/webrtc_isac_test_gnustl_static_intermediates/../test/kenny.o).

This somehow, sometimes caused webrtc_isac_test_gnustl_static binary being build
BEFORE kenny.o file was built.

Change-Id: Iaa4a31327d8d381c6cc7f676583985259dd14d83
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
6347a8c4df1942a8a3736fd54f413d8c3df2e9c0 20-Sep-2013 Ying Wang <wangying@google.com> Remvoe unnecessary dependencies.

So it can build against the NDK.

Change-Id: I988bb0246be96ca628b19792b8e1d33e43b8c219
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
446452f84e9cc4c75d8e80f6f05e24793397a19d 09-Mar-2013 Ying Wang <wangying@google.com> The NDK doesn't have libutils.

Change-Id: I61f4e0917954d1557fe4cd1605aecaded68d4a97
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
5d8e19eb3b3c4b541df50f8eddd6198b4be992a4 04-Feb-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add libwebrtc_audio_coding_gnustl_static static library

Attempt number 2. Now with working tests.

This change allows to build fully unbundled GoogleTTS apk that can be deployed
on any >= ICS_MR1 device.

All static libraries under src/* can be build using ndk stl libraries, using
WEBRTC_STL varible. libwebrtc_audio_coding_gnustl_static is static version of
libwebrtc_audio_coding, build using gnustl from ndk.

Change-Id: I41a5163eb434432eab3131f5df23ffd311e6159b
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
fea56d8416b7ec51681edecae82c3b4b8c7b7e15 04-Feb-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Revert "Add libwebrtc_audio_coding_gnustl_static static library". It tests are broken

This reverts commit 62f88b75e4f2cf47433a0a8948d679c0334f2204

Change-Id: I3a2c531c28d47867eb189d45c04632b54e9acca6
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
62f88b75e4f2cf47433a0a8948d679c0334f2204 31-Jan-2013 Przemyslaw Szczepaniak <pszczepaniak@google.com> Add libwebrtc_audio_coding_gnustl_static static library

This change allows to build fully unbundled GoogleTTS apk that can be deployed
on any >= ICS_MR1 device.

All static libraries under src/* can be build using ndk stl libraries, using
WEBRTC_STL varible. libwebrtc_audio_coding_gnustl_static is static version of
libwebrtc_audio_coding, build using gnustl from ndk.

Bug: 6397748
Change-Id: Ibf0acb11d3e605a1d4c668bbf98b0a0bb55399bc
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
69857ee3e72bc52cc3bd1ea80147fa0076a02973 20-Sep-2012 Alexander Gutkin <agutkin@google.com> Fixing broken x86 build.

C pitch filter implementation was missing.

Change-Id: I7ab37627c1ddb79bca326c677ecc5f2cb5617647
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk
a6451827d543eb00824bc95097e47d0aac51ae93 17-Sep-2012 Alexander Gutkin <agutkin@google.com> Added fixed point iSAC codec implementation.

- Added fixed-point iSAC audio codec implementation (from stable r2699).
- Updated system wrappers (from stable r2699).
- Some cosmetic makefile changes.

Change-Id: If75d503698c11a4e4ceb851529127aadfe52f255
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/Android.mk