Skip to content
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 NDK #1252

Closed
cpages opened this issue Nov 20, 2013 · 7 comments
Closed

Android NDK #1252

cpages opened this issue Nov 20, 2013 · 7 comments
Assignees
Labels
0.kind: enhancement Add something new

Comments

@cpages
Copy link
Contributor

cpages commented Nov 20, 2013

Building on top of @svanderburg's android work, I have since a while an expression for android's ndk. Until I find the time to polish it to a mergeable state, I thought at least I would let people know of its existence in my branch (cpages/nixpkgs@master...android).

I use it together with an env in this form:

      droidEnv = myEnvFun {
          name = "droid";
          buildInputs = [ jdk ant androidsdk_4_1 androidndk which gnumake ];
          extraCmds = ''
            export ANDROID_HOME=${androidenv.androidsdk_4_1}/libexec/android-sdk-linux
            export PATH=\$PATH:${androidndk}
            export GNUMAKE=${gnumake}/bin/make
            export NDK_HOST_AWK=${gawk}/bin/gawk
          '';
      };
@wavewave
Copy link
Contributor

Cool! Thanks for sharing this.

@ghost ghost assigned nbp Jan 12, 2014
@shlevy
Copy link
Member

shlevy commented Apr 5, 2014

@cpages Nice! Any chance this is close to PR state?

@cpages
Copy link
Contributor Author

cpages commented Apr 6, 2014

@shlevy Unfortunately not. I put this on hold a while ago since I had a child and my spare time vanished :) It's on my retake list.

@shlevy
Copy link
Member

shlevy commented Apr 6, 2014

Ah, congratulations! And no worries, just wanted to get a sense of status here.

@cpages
Copy link
Contributor Author

cpages commented Apr 21, 2014

@shlevy Here it is: #2346

@cpages
Copy link
Contributor Author

cpages commented Apr 22, 2014

@svanderburg already merged pr #2346, so I'm closing this. Thanks @shlevy

@cpages cpages closed this as completed Apr 22, 2014
matthewbauer added a commit that referenced this issue Jul 6, 2018
This adds some initial values for .dir-locals.el. Mainly this is
useful for using bug-reference-mode.

So if you have bug-reference-mode enabled -

> M-x bug-reference-mode

You will see as clickable text like this:

  Fixes #15

  (#12)

  Closed #1252

  issue #1
@raboof
Copy link
Member

raboof commented Jun 8, 2020

For who (like me) comes here via a search engine, the NDK can now be fetched via nixpkgs as described in https://nixos.org/nixpkgs/manual/#android (I'm using androidenv.buildApp in a shell.nix)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: enhancement Add something new
Projects
None yet
Development

No branches or pull requests

5 participants