-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
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
Labels
No labels