Remove sdk_version from libframesequence

Setting sdk_version on a product_specific module is a no-op, as it leads to not creating the product variant. Given that the module and its transitive dependencies should be installed to the product partition, this change removes the sdk_version property from the module.

Change-Id: Idb44d93a82f59ce9db32266a74375740474e7f7e
Test: CI
Bug: 376515714
diff --git a/framesequence/jni/Android.bp b/framesequence/jni/Android.bp
index db71b51..668cf0e 100644
--- a/framesequence/jni/Android.bp
+++ b/framesequence/jni/Android.bp
@@ -24,6 +24,5 @@
     srcs: [
         "BitmapDecoderJNI.cpp",
     ],
-    sdk_version: "8",
     product_specific: true,
 }