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. Any former VNDK-SP libraries will be marked as double-loadable,
so it can keep be able to be referenced by LLNDK libraries.

Bug: 328994089
Test: AOSP CF build succeeded
Change-Id: I7ad19c18d2bd3637ae9a5da90fe807bf7f8f138b
diff --git a/Android.bp b/Android.bp
index 69e24f9..b8207b9 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,10 +69,7 @@
     defaults: ["libjsoncpp_defaults"],
     vendor_available: true,
     product_available: true,
-    vndk: {
-        enabled: true,
-        support_system_process: true,
-    },
+    double_loadable: true,
     host_supported: true,
     ramdisk_available: true,
     vendor_ramdisk_available: true,