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
This commit is contained in:
Shiping Yi
2022-09-23 17:27:50 -07:00
committed by Facebook GitHub Bot
parent 97c8bbde12
commit 7d37b2e84b

View File

@@ -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);
}