Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc31f277 authored by John W. Bruce's avatar John W. Bruce Committed by android-build-merger
Browse files

Merge "Prefix ENABLE_MEDIADRM_64 with TARGET_" into oc-dev am: a01a7ff6

am: 26dbd86c

Change-Id: I9c067ff809ac76496c93c8fa35fc0bf91aa8af73
parents 68419cb5 26dbd86c
Loading
Loading
Loading
Loading
+3 −2
Original line number Original line Diff line number Diff line
@@ -37,8 +37,9 @@ LOCAL_MODULE:= mediadrmserver


# TODO: Some legacy DRM plugins only support 32-bit. They need to be migrated to
# 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,
# 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 service as 64-bit.
# that device can turn on TARGET_ENABLE_MEDIADRM_64 to build this service as
ifneq ($(ENABLE_MEDIADRM_64), true)
# 64-bit.
ifneq ($(TARGET_ENABLE_MEDIADRM_64), true)
LOCAL_32_BIT_ONLY := true
LOCAL_32_BIT_ONLY := true
endif
endif