aboutsummaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorChris Forbes <chrisforbes@google.com>2019-08-02 20:51:59 -0700
committerChris Forbes <chrisforbes@google.com>2019-08-09 22:20:19 +0000
commitf4526ca42c8d4f357a5a69defc2690ad6653f401 (patch)
treefd973d1d75f8ce52031e17db45350fd882cc1901 /third_party
parentafdf8df779223ba04f93e1ce2736fea2a788d853 (diff)
downloadamber-f4526ca42c8d4f357a5a69defc2690ad6653f401.tar.gz
Initial Android.bp support
Build a suitable amber for inclusion in Android CTS Bug: b/138868629 Change-Id: I29fc544f128581d847cab2f9a50079cd2c3187c4
Diffstat (limited to 'third_party')
-rw-r--r--third_party/Android.mk27
1 files changed, 0 insertions, 27 deletions
diff --git a/third_party/Android.mk b/third_party/Android.mk
deleted file mode 100644
index ac00d05..0000000
--- a/third_party/Android.mk
+++ /dev/null
@@ -1,27 +0,0 @@
-THIRD_PARTY_PATH := $(call my-dir)
-
-LOCAL_PATH := $(call my-dir)
-
-# Lodepng
-include $(CLEAR_VARS)
-LOCAL_MODULE:=lodepng
-LOCAL_CXXFLAGS:=-std=c++11 -fno-exceptions -fno-rtti
-LOCAL_SRC_FILES:= lodepng/lodepng.cpp
-include $(BUILD_STATIC_LIBRARY)
-
-ifeq ($(GLSLANG_LOCAL_PATH),)
- GLSLANG_LOCAL_PATH:=$(THIRD_PARTY_PATH)/glslang
-endif
-ifeq ($(SPVTOOLS_LOCAL_PATH),)
- SPVTOOLS_LOCAL_PATH:=$(THIRD_PARTY_PATH)/spirv-tools
-endif
-ifeq ($(SPVHEADERS_LOCAL_PATH),)
- SPVHEADERS_LOCAL_PATH:=$(THIRD_PARTY_PATH)/spirv-headers
-endif
-
-# The Shaderc Android.mk file will include the glslang and the spirv-tools
-# build files.
-ifeq ($(SHADERC_LOCAL_PATH),)
- SHADERC_LOCAL_PATH:=$(THIRD_PARTY_PATH)/shaderc
-endif
-include $(SHADERC_LOCAL_PATH)/Android.mk