-
Notifications
You must be signed in to change notification settings - Fork 159
scripts: replace com.termux with @TERMUX_APP_PACKAGE@ #95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scripts: replace com.termux with @TERMUX_APP_PACKAGE@ #95
Conversation
f839771 to
6d72b44
Compare
|
I already noticed this locally, but termux-tools needs to use env variables that will be exported in Termux app |
|
Also |
6d72b44 to
acf2a20
Compare
|
I'm not sure I understood it right; like this? |
|
(turns out I do have a fork suffixing app package name, but not the class names) |
|
No no, just use |
acf2a20 to
6d72b44
Compare
|
OK, reverted. |
…AGE@` TODO when termux/termux-packages#18872 gets merged: - Replace `@TERMUX_APP_PACKAGE@/@TERMUX_APP_PACKAGE@.app.*` with respective component name variables. - Replace `com.termux.termuxam.Am` with `TERMUX_AM__AM_CLASS__CLASS_NAME`.
…s the `-Xnoimage-dex2oat` flag and use variables for `am.apk` path - termux/TermuxAm@521ccb3 - termux/TermuxAm@598a9c0
6d72b44 to
20e2d17
Compare
|
Thanks for the pull. Had to fix
Additional fixes will be done later, read the commit message e50eb26 Whoever updates the termux-tools package, should either ping me or check the paths themselves in the built deb as I haven't tested. |
I believe that this variable isn't used consistently across scripts/.
"Draft" because I'd like to test it more thoroughly.