bionic: runtime-module-sdk: Add crt_pad_segment dependency

Bug: 316403210
Test: m runtime-module-sdk
Test: unzip -l out/soong/mainline-sdks/runtime-module-sdk-current.zip
      | grep crt_pad_segment.o
Change-Id: Ibc6941722b25b1979c7e2c9309271248f59c8970
Signed-off-by: Kalesh Singh <kaleshsingh@google.com>
diff --git a/apex/Android.bp b/apex/Android.bp
index 3529a2e..d04907b 100644
--- a/apex/Android.bp
+++ b/apex/Android.bp
@@ -92,6 +92,7 @@
         "crtbegin_so",
         "crtend_android",
         "crtend_so",
+        "crt_pad_segment",
     ],
 }