-
Notifications
You must be signed in to change notification settings - Fork 124
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
+android-commandlinetools-9477386 #359
base: master
Are you sure you want to change the base?
Conversation
@psymoon I went on another deep dive. This PR "works" insofar as:
|
4074b64
to
a5b789a
Compare
|
||
symlink { | ||
from = "${root}/NOTICE.txt" | ||
to = "${HERMIT_ENV}/.hermit/android/cmdline-tools/${version}/NOTICE.txt" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This won't really work as you hope: if the package is already unpacked, and a new env is cloned with this package, these hooks will not execute in that new env.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know. 😭 What would you recommend?
a5b789a
to
cbe9297
Compare
Fuck, am I going to have to make
|
cbe9297
to
7210ba8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Neato. I expect for this to be most useful we’ll need adb
and aapt
. (There’s probably more?)
@swankjesse |
@swankjesse And |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
A second attempt at #281. Inspired by @psymoon and motivated by @swankjesse.