aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRex Hoffman <rexhoffman@google.com>2024-04-03 15:48:31 +0000
committerRex Hoffman <rexhoffman@google.com>2024-04-03 15:48:31 +0000
commit2a9266940a1045676f95eecd9bd2a19f5e313a56 (patch)
tree7157265e0e5447951f3d0488acad16ef95094c04
parentc1e9dcc09586aac4d2adb38e90d396a7387092fd (diff)
downloadrobolectric-2a9266940a1045676f95eecd9bd2a19f5e313a56.tar.gz
Disabling validator as downstream branches declare themselves to be older versions of android, breaking this validation logic.
Test: None, disabling Bug: 332690859 Change-Id: Ibaefacad1d0acf5fa1a5640faa26e4fe2c40d2c3
-rw-r--r--shadows/framework/Android.bp4
1 files changed, 2 insertions, 2 deletions
diff --git a/shadows/framework/Android.bp b/shadows/framework/Android.bp
index 493b84870..3d487fbff 100644
--- a/shadows/framework/Android.bp
+++ b/shadows/framework/Android.bp
@@ -22,8 +22,8 @@ java_library {
java_resource_dirs: ["src/main/resources"],
javacflags: [
"-Aorg.robolectric.annotation.processing.shadowPackage=org.robolectric",
- "-Aorg.robolectric.annotation.processing.sdkCheckMode=ERROR",
- "-Aorg.robolectric.annotation.processing.validateCompileSdk=true",
+ //"-Aorg.robolectric.annotation.processing.sdkCheckMode=ERROR",
+ //"-Aorg.robolectric.annotation.processing.validateCompileSdk=true",
// Uncomment the below to debug annotation processors not firing.
//"-verbose",
//"-XprintRounds",