Merge "Prefix ENABLE_MEDIADRM_64 with TARGET_" into oc-dev

am: 3fec5a6498

Change-Id: I9a92b21accd342f3781c9198de40515d556db930
This commit is contained in:
John W. Bruce
2017-04-29 00:00:12 +00:00
committed by android-build-merger

View File

@@ -41,8 +41,9 @@ LOCAL_C_INCLUDES := \
# TODO(b/18948909) Some legacy DRM plugins only support 32-bit. They need to be
# migrated to 64-bit. Once all of a device's legacy DRM plugins support 64-bit,
# that device can turn on ENABLE_MEDIADRM_64 to build this service as 64-bit.
ifneq ($(ENABLE_MEDIADRM_64), true)
# that device can turn on TARGET_ENABLE_MEDIADRM_64 to build this service as
# 64-bit.
ifneq ($(TARGET_ENABLE_MEDIADRM_64), true)
LOCAL_32_BIT_ONLY := true
endif
@@ -80,8 +81,9 @@ LOCAL_C_INCLUDES := \
# TODO: Some legacy DRM plugins only support 32-bit. They need to be migrated to
# 64-bit. (b/18948909) Once all of a device's legacy DRM plugins support 64-bit,
# that device can turn on ENABLE_MEDIADRM_64 to build this impl as 64-bit.
ifneq ($(ENABLE_MEDIADRM_64), true)
# that device can turn on TARGET_ENABLE_MEDIADRM_64 to build this impl as
# 64-bit.
ifneq ($(TARGET_ENABLE_MEDIADRM_64), true)
LOCAL_32_BIT_ONLY := true
endif