1b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
2b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org#
3b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# Use of this source code is governed by a BSD-style license
4b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# that can be found in the LICENSE file in the root of the source
5b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# tree. An additional intellectual property rights grant can be found
6b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# in the file PATENTS.  All contributing project authors may
7b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# be found in the AUTHORS file in the root of the source tree.
8b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org
9b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.org# Build both ARMv5TE and ARMv7-A machine code.
10b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.orgAPP_ABI := armeabi armeabi-v7a x86  
11b015cbede88899f67a53fbbe581b02ce8e32794andrew@webrtc.orgAPP_STL := stlport_shared
12