Skip to content

Commit c8045bc

Browse files
committed
Fix build error.
1 parent 02778b4 commit c8045bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gma/src/android/ump/consent_info_internal_android.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ ConsentInfoInternalAndroid::ConsentInfoInternalAndroid(JNIEnv* env,
269269
// firebase_ump::ump_resources_filename,
270270
// firebase_ump::ump_resources_data,
271271
// firebase_ump::ump_resources_size));
272-
if (
272+
if (!(
273273
// TODO(jsimantov): Temporarily remove to diagnose Windows build issue.
274274
// !(consent_info_helper::CacheClassFromFiles(env, activity,
275275
// &embedded_files) != nullptr &&

0 commit comments

Comments
 (0)