linkedin / dexmaker

A utility for doing compile or runtime code generation targeting Android's Dalvik VM
Apache License 2.0
1.88k stars 249 forks source link

support declare NATIVE & TRANSIENT(varargs method) flags to MethodId #143

Closed hluwa closed 3 years ago

hluwa commented 5 years ago

public static native void demo(int id, Object... args);

moltmann commented 5 years ago

Can you add tests?

hluwa commented 5 years ago

Can you add tests?

emmm, maybe no time now

drewhannay commented 3 years ago

Closing as this never had tests added and now has merge conflicts