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: I3f4f79b398ab8d578e0d99dcdb7e5b007fb04360
diff --git a/Android.bp b/Android.bp
index 5ca3da8..c6ff603 100644
--- a/Android.bp
+++ b/Android.bp
@@ -191,11 +191,7 @@
     vendor_available: true,
     // TODO(b/153609531): remove when no longer needed.
     native_bridge_supported: true,
-    vndk: {
-        enabled: true,
-        support_system_process: true,
-        private: true,
-    },
+    double_loadable: true,
     defaults: ["cblas-defaults"],
     static_libs: ["libF77blas"],
 }