aboutsummaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2017-04-26 14:12:48 -0700
committerColin Cross <ccross@android.com>2017-05-02 09:46:53 -0700
commitfcddc56c6e58403015200f9cf544e503e6514491 (patch)
treecd726e2afec1f7a9bf9a2c4b98a2a0c57747d56e /Android.mk
parente66892f4684d58730772e1f17b049eedd179dd89 (diff)
downloadlibvpx-fcddc56c6e58403015200f9cf544e503e6514491.tar.gz
Convert libvpx to Android.bp
See build/soong/README.md for more information. Android.bp is generated by generate_config.sh using the non-Android Makefiles to generate the list of sources, and Android.bp.in for the final module definition. Test: m -j checkbuild Change-Id: If79c8612dc0b00a6a8fb4b15e0b02a0a96e12171
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/Android.mk b/Android.mk
index b9da190fb..03852e8fa 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,7 +1 @@
-LOCAL_PATH := $(call my-dir)
-include $(CLEAR_VARS)
-
-# libvpx
-# if ARMv7 + NEON etc blah blah
-include external/libvpx/libvpx.mk
-
+# Empty Android.mk to shadow libvpx/build/make/Android.mk