ART: Compile libctstiagent with the NDK

To properly make it available to CTS, compile libctstiagent with the NDK.

Bug: 73206894
Test: mmma art
Change-Id: I1bda81ece3665ed16acd95e2400c23fbc56fe9e9
diff --git a/openjdkjvmti/Android.bp b/openjdkjvmti/Android.bp
index 1553b78..81b69e8 100644
--- a/openjdkjvmti/Android.bp
+++ b/openjdkjvmti/Android.bp
@@ -17,6 +17,7 @@
     name: "libopenjdkjvmti_headers",
     host_supported: true,
     export_include_dirs: ["include"],
+    sdk_version: "current",
 }
 
 cc_defaults {