Austin Schuh | e89fa2d | 2019-08-14 20:24:23 -0700 | [diff] [blame^] | 1 | # Copyright (c) 2014 Google, Inc. |
| 2 | # |
| 3 | # This software is provided 'as-is', without any express or implied |
| 4 | # warranty. In no event will the authors be held liable for any damages |
| 5 | # arising from the use of this software. |
| 6 | # Permission is granted to anyone to use this software for any purpose, |
| 7 | # including commercial applications, and to alter it and redistribute it |
| 8 | # freely, subject to the following restrictions: |
| 9 | # 1. The origin of this software must not be misrepresented; you must not |
| 10 | # claim that you wrote the original software. If you use this software |
| 11 | # in a product, an acknowledgment in the product documentation would be |
| 12 | # appreciated but is not required. |
| 13 | # 2. Altered source versions must be plainly marked as such, and must not be |
| 14 | # misrepresented as being the original software. |
| 15 | # 3. This notice may not be removed or altered from any source distribution. |
| 16 | APP_PLATFORM := android-9 |
| 17 | APP_PROJECT_PATH := $(call my-dir)/.. |
| 18 | APP_STL ?= stlport_static |
| 19 | APP_ABI := armeabi-v7a |
| 20 | APP_CPPFLAGS += -std=c++11 |