Skip to content

Conversation

gaikwadrahul8
Copy link

@gaikwadrahul8 gaikwadrahul8 commented Aug 11, 2025

Hi, Team
This PR ensures that the TensorFlow Lite Task Audio native library (libtask_audio_jni.so) is built with 16KB page alignment on Android.

def tflite_pagesize_linkopts():
    return select({
        clean_dep("//tensorflow:android"): [
            "-Wl,-z,max-page-size=16384",
        ],
        "//conditions:default": [],
    })

I would request you to please review this PR, if you've any feedback or suggestion please let me know that will be very helpful. Thank you for your consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants