Disable lint bytecode verifier, update baselines

Temporarily disable sample checks that fail with --ci.

Disable ConstraintLayout detector that fails to load.

Fixes: 274906225
Test: ./gradlew lintDebug
Merged-In: I32fa6740d9677db25078fcf82e91e5df83b8db53
Change-Id: I32fa6740d9677db25078fcf82e91e5df83b8db53
diff --git a/gradlew b/gradlew
index 11139b9..fc93b47 100755
--- a/gradlew
+++ b/gradlew
@@ -43,6 +43,9 @@
     # and doesn't set DIST_DIR and we want gradlew and Studio to match
 fi
 
+# Loading the AIDL lexer requires disabling Lint's bytecode verification
+export ANDROID_LINT_SKIP_BYTECODE_VERIFIER=true
+
 # unset ANDROID_BUILD_TOP so that Lint doesn't think we're building the platform itself
 unset ANDROID_BUILD_TOP
 # ----------------------------------------------------------------------------