8 lines
235 B
Makefile
8 lines
235 B
Makefile
|
|
# Copyright 2017 The Chromium Authors. All rights reserved.
|
||
|
|
# Use of this source code is governed by a BSD-style license that can be
|
||
|
|
# found in the LICENSE file.
|
||
|
|
|
||
|
|
APP_ABI := armeabi-v7a
|
||
|
|
APP_PLATFORM := android-21
|
||
|
|
APP_STL := c++_static
|