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

Commit a9ea6d88 authored by Anton Hansson's avatar Anton Hansson Committed by android-build-merger
Browse files

Merge "Enable 64-bit mediadrmserver for mainline" am: 767569b4

am: 9c67ac40

Change-Id: Iad4bf1909cdba150d10a273536a4937bf7887555
parents 5930962f 9c67ac40
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -58,3 +58,6 @@ endif
# The partition size doesn't matter, just to make build pass.
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_CACHEIMAGE_PARTITION_SIZE := 16777216

# Disable 64 bit mediadrmserver
TARGET_ENABLE_MEDIADRM_64 :=
+3 −0
Original line number Diff line number Diff line
@@ -21,6 +21,9 @@ BOARD_VNDK_VERSION := current
# Required flag for non-64 bit devices from P.
TARGET_USES_64_BIT_BINDER := true

# 64 bit mediadrmserver
TARGET_ENABLE_MEDIADRM_64 := true

# Puts odex files on system_other, as well as causing dex files not to get
# stripped from APKs.
BOARD_USES_SYSTEM_OTHER_ODEX := true