blob: fe89ddc37bc70e0bb59408d3fc4f9bd730c18de8 [file] [log] [blame]
Adrien Béraud04d822c2015-04-02 17:44:36 -04001# Copyright (C) 2004-2014 Savoir-Faire Linux Inc.
2 #
3 # Author: Alexandre Lision <alexandre.lision@savoirfairelinux.com>
4 # Adrien Beraud <adrien.beraud@gmail.com>
5 #
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 3 of the License, or
9 # (at your option) any later version.
10 # This program is distributed in the hope that it will be useful,
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 # GNU General Public License for more details.
14 #
15 # You should have received a copy of the GNU General Public License
16 # along with this program; if not, write to the Free Software
17 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
18 #
19 # Additional permission under GNU GPL version 3 section 7:
20 #
21 # If you modify this program, or any covered work, by linking or
22 # combining it with the OpenSSL project's OpenSSL library (or a
23 # modified version of that library), containing parts covered by the
24 # terms of the OpenSSL or SSLeay licenses, Savoir-Faire Linux Inc.
25 # grants you additional permission to convey the resulting work.
26 # Corresponding Source for a non-source form of such a combination
27 # shall include the source code for the parts of OpenSSL used as well
28 # as that of the covered work.
29
30
31
32
Adrien Béraudb179bab2015-10-08 12:04:22 -040033APP_PLATFORM := android-16
Adrien Béraud04d822c2015-04-02 17:44:36 -040034APP_OPTIM := debug
35APP_ABI := ${ANDROID_ABI}
36NDK_TOOLCHAIN_VERSION := 4.9
37
38#APP_MODULES += ulaw
39#APP_MODULES += alaw
40#APP_MODULES += g722
41#APP_MODULES += g729
42#APP_MODULES += speex
43#APP_MODULES += gsm
44#APP_MODULES += opus
45APP_MODULES += libringjni