Provide a default liboemcrypto called liboemstub for devices that do not have widevine OEM integration but still build the wv libs.

Change-Id: Iaa577416f3996677af234738ac0cd3344bbee9bc
This commit is contained in:
Jeffrey Tinker
2011-03-18 10:55:30 -07:00
parent dac957507c
commit 55b05dab92
9 changed files with 54 additions and 14 deletions

View File

@@ -1,3 +1,5 @@
ifeq ($(TARGET_ARCH),arm)
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
@@ -31,3 +33,4 @@ LOCAL_MODULE_TAGS := tests
include $(BUILD_EXECUTABLE)
endif