From d1e4865bd96f21517f0a98c72d3d68a867a01cb6 Mon Sep 17 00:00:00 2001 From: Gabriel Biren Date: Wed, 13 Nov 2024 16:45:36 +0000 Subject: Add missing quotation marks to the list of binaries in the Apex. Compilation will fail otherwise once the flag is enabled. Bug: 365585450 Test: Enable flag for the trunk_staging target and verify the build. Change-Id: I15656c1c230411fd9623e16f80e3923517c7d991 --- apex/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apex/Android.bp b/apex/Android.bp index 838e879e2b..699edc2f40 100644 --- a/apex/Android.bp +++ b/apex/Android.bp @@ -38,7 +38,7 @@ apex_defaults { "WifiDialog", ], binaries: select(release_flag("RELEASE_WIFI_MAINLINE_SUPPLICANT_BINARY"), { - true: [wpa_supplicant_mainline], + true: ["wpa_supplicant_mainline"], default: [], }), jni_libs: [ -- cgit v1.2.3-59-g8ed1b