libavc/Android.mk
Nick Kralevich bda31c66b1 Revert "Enable LOCAL_DETECT_INTEGER_OVERFLOWS for libavc"
Accidentally submitted change that shouldn't have been submitted.

This reverts commit 62504e60a5.

Issue: 21723008
Issue: 21892263
Change-Id: Id6300c498f47260c7304868ea4a2fcfddcf165c9
2015-06-19 17:54:26 +00:00

8 lines
139 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
# encoder
include $(LOCAL_PATH)/encoder.mk
# decoder
include $(LOCAL_PATH)/decoder.mk