From 7d37b2e84b32cc7b42f93ee9616b2fa4aa08e712 Mon Sep 17 00:00:00 2001 From: Shiping Yi Date: Fri, 23 Sep 2022 17:27:50 -0700 Subject: [PATCH] Merge TestTranscoder and TestUploader Activity into TargetedTesting Activity Summary: move testTranscoder and TestUploader functions to TargetedTesting so that they can run batch testing for those as well, add listener for upload media composition Differential Revision: D39299097 fbshipit-source-id: ed40a876875fdc6a0d1db8f283082da8d8dc20f7 --- java/gen/com/facebook/yoga/BuildConfig.java | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 java/gen/com/facebook/yoga/BuildConfig.java diff --git a/java/gen/com/facebook/yoga/BuildConfig.java b/java/gen/com/facebook/yoga/BuildConfig.java new file mode 100644 index 00000000..d0da9a7b --- /dev/null +++ b/java/gen/com/facebook/yoga/BuildConfig.java @@ -0,0 +1,8 @@ +/*___Generated_by_IDEA___*/ + +package com.facebook.yoga; + +/* This stub is only used by the IDE. It is NOT the BuildConfig class actually packed into the APK */ +public final class BuildConfig { + public final static boolean DEBUG = Boolean.parseBoolean(null); +} \ No newline at end of file