Skip to content

Android plugin 16 KB memory page size requirement #15

@Shantibhushan95

Description

@Shantibhushan95

Google is now forcing Android native plugins to be compatible with 16 KB memory page size requirement.

I verified that the prebuilt android chuck plugin fails this requirement via the following command:
readelf -l libAudioPluginChuck.so | grep -i align

I tried building a compatible version by altering the Android.mk flags like this:
LOCAL_LDFLAGS += -shared -rdynamic -fPIC -Wl,-z,max-page-size=0x4000

But the build process via ndk-build gave the following error:
make: *** No rule to make target 'jni/../../chuck/src/core/chuck_utils.cpp', needed by 'obj/local/arm64-v8a/objs/AudioPluginChuck/__/__/chuck/src/core/chuck_utils.o'. Stop.

Please provide some leads soon as there is time constraint from Google's side

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions