Use gcc to build unit tests until vendor code is fixed.

BUG: 20893039
Change-Id: I649dae16bbc748defc8eb92c879140fe950fe936
This commit is contained in:
Chih-Hung Hsieh
2015-05-06 16:14:00 -07:00
parent 7bfef98571
commit 1c6b675f0c
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ $(call assert-not-null,test_name)
include $(CLEAR_VARS)
LOCAL_CLANG := false
LOCAL_MODULE := $(test_name)
LOCAL_MODULE_TAGS := tests

View File

@@ -2,6 +2,8 @@ LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CLANG := false
LOCAL_MODULE:=oemcrypto_test
LOCAL_MODULE_TAGS := tests