Commit 00f84fc8 by vigneshv Committed by Oliver Woodman

Move APP_PLATFORM to Application.mk

Fixes github Issue #944
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=109563981
parent e4cf93d0
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
WORKING_DIR := $(call my-dir) WORKING_DIR := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
APP_PLATFORM := android-10
# build libopus.so # build libopus.so
LOCAL_PATH := $(WORKING_DIR) LOCAL_PATH := $(WORKING_DIR)
......
...@@ -17,3 +17,4 @@ ...@@ -17,3 +17,4 @@
APP_OPTIM := release APP_OPTIM := release
APP_STL := gnustl_static APP_STL := gnustl_static
APP_CPPFLAGS := -frtti APP_CPPFLAGS := -frtti
APP_PLATFORM := android-9
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
WORKING_DIR := $(call my-dir) WORKING_DIR := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
APP_PLATFORM := android-10
LIBVPX_ROOT := $(WORKING_DIR)/libvpx LIBVPX_ROOT := $(WORKING_DIR)/libvpx
LIBYUV_ROOT := $(WORKING_DIR)/libyuv LIBYUV_ROOT := $(WORKING_DIR)/libyuv
......
...@@ -17,3 +17,4 @@ ...@@ -17,3 +17,4 @@
APP_OPTIM := release APP_OPTIM := release
APP_STL := gnustl_static APP_STL := gnustl_static
APP_CPPFLAGS := -frtti APP_CPPFLAGS := -frtti
APP_PLATFORM := android-9
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment