• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LOCAL_PATH := $(call my-dir)
2include $(CLEAR_VARS)
3
4# libvpx
5# if ARMv7 + NEON etc blah blah
6include external/libvpx/libvpx.mk
7
8# libwebm
9include external/libvpx/libwebm.mk
10