Steps to build the demo application for x86 Android: source build/android/envsetup.sh --target-arch=x86 gclient runhooks ninja -C out/Debug cd webrtc/video_engine/test/android ndk-build APP_ABI=x86 ant debug R=fischman@webrtc.org, leozwang@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1478004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4053 4adac7df-926f-26a2-2b94-8c16560cd09d
12 lines
496 B
Makefile
12 lines
496 B
Makefile
# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
|
|
#
|
|
# Use of this source code is governed by a BSD-style license
|
|
# that can be found in the LICENSE file in the root of the source
|
|
# tree. An additional intellectual property rights grant can be found
|
|
# in the file PATENTS. All contributing project authors may
|
|
# be found in the AUTHORS file in the root of the source tree.
|
|
|
|
# Build both ARMv7-A and x86 machine code.
|
|
APP_ABI := armeabi-v7a x86
|
|
APP_STL := stlport_static
|