Move aapt2 Windows binary to 64bit

Bug: 266868960
Test: atest aapt2_tests
Change-Id: I858ca4028c2420598f65dcde8f413079b6df0047
This commit is contained in:
Diego Perez
2023-02-10 11:13:57 +00:00
parent bc4a213dee
commit 4f99a31ba0

View File

@@ -93,7 +93,6 @@ android_sdk_repo_host {
lib32: {
deps: [
"aapt",
"aapt2",
"aidl",
"apksigner",
"bcc_compat",
@@ -108,6 +107,7 @@ android_sdk_repo_host {
},
lib64: {
deps: [
"aapt2",
"libwinpthread-1",
],
},