Remove VNDK definition(s)

As of VNDK deprecation, any libraries that defines vndk is no longer
valid anymore. This change removes all VNDK definition(s) from modules
which was VNDK.

Bug: 328994089
Test: AOSP CF build succeeded
Change-Id: I482d21dff9883457fe793d3c206a60c37a417550
diff --git a/Android.bp b/Android.bp
index 27e5217..006e438 100644
--- a/Android.bp
+++ b/Android.bp
@@ -27,11 +27,6 @@
     recovery_available: true,
     vendor_available: true,
 
-    vndk: {
-        enabled: true,
-        support_system_process: true,
-    },
-
     // Added because codec2 is double_loadable.
     // See b/147147883, b/147147992
     double_loadable:true,