Merge "Set no_framework_libs: true on apache-harmony-jdwp-tests"
diff --git a/jdwp/Android.bp b/jdwp/Android.bp
index a795e1b..25a407e 100644
--- a/jdwp/Android.bp
+++ b/jdwp/Android.bp
@@ -18,6 +18,7 @@
     hostdex: true,
     host_supported: true,
     srcs: ["src/test/java/**/*.java"],
+    no_framework_libs: true,
     libs: ["junit"],
 
     // b/73499927