William Budington
William Budington
Fair. Thanks for responding.
Thanks for the explainer. Prioritizing this issue.
I've fixed this in https://github.com/EFForg/rs-google-play/ as of https://github.com/EFForg/rs-google-play/commit/a897c968d77ed78ac824f29bdce15ea239017142. https://github.com/EFForg/apkeep/commit/aca77e5bed81e14c3a981d85c7440ef0e6455308 fixes this in `apkeep`.
@cooperq it's possible. I'll wait for @gunesacar's reply before I start on this.
This relates to the discussion on whether the YAML files should be tied to a particular implementation, here: https://github.com/unitedstates/contact-congress/pull/1402#issuecomment-70966850
@j-ro is this still the case? We can possibly add this as an extra bit of metadata at the top of the YAML for some members
Nice, thanks for this! Can you give a few examples of forms this works for? Also would be good to add tests.
Closing, please re-open if still an issue.
Strange, when I use the apkpure source to download `com.instagram.android` and extract it with apktool, I see `arm64-v8a` native libraries: ```shell ┌──(user@system)-[~/Downloads/com.instagram.android/apktool] └─$ find lib/ lib/ lib/arm64-v8a lib/arm64-v8a/libc++_shared.so lib/arm64-v8a/libbreakpad_cpp_helper.so lib/arm64-v8a/libandroidx.graphics.path.so...