Prefix ENABLE_MEDIADRM_64 with TARGET_
This build-time flag should be prefixed. Bug: 37039525 Test: Built OS Change-Id: Ie1db1f05bdaf43e4066d26a41391af0d7c729128
This commit is contained in:
@@ -9,7 +9,7 @@ LOCAL_MODULE_OWNER := widevine
|
||||
|
||||
LOCAL_PROPRIETARY_MODULE := true
|
||||
|
||||
ifneq ($(ENABLE_MEDIADRM_64), true)
|
||||
ifneq ($(TARGET_ENABLE_MEDIADRM_64), true)
|
||||
LOCAL_MODULE_TARGET_ARCH := arm x86 mips
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user