summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Moreland <smoreland@google.com>2023-04-24 23:11:41 +0000
committerSteven Moreland <smoreland@google.com>2023-04-24 23:16:08 +0000
commit672257b0995d672a4517bcdd6b782d2056e7146b (patch)
treea7042eafd067f32bd53e5337f18581120de9e903
parent13ac349b59dcc9d61c8774fa7130432e61db1001 (diff)
downloaduml-672257b0995d672a4517bcdd6b782d2056e7146b.tar.gz
Remove 64-bit binder ABI setting.
We are only using the 64-bit ABI now, and this setting is being removed. Bug: 232423610 Test: TH Change-Id: I03141d6413776b125abd94d6bcdad361094a19e0
-rw-r--r--BoardConfig.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 807b290..8195336 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -11,7 +11,6 @@ TARGET_ARCH_VARIANT := x86_64
TARGET_USER_MODE_LINUX := true
-TARGET_USES_64_BIT_BINDER := true
TARGET_USERIMAGES_USE_EXT4 := true
# Let UML mount userdata.img in a non-sparse format