Ian Coleman

Just another WordPress site

Main menu

Skip to primary content
Skip to secondary content
  • Home
  • Me

Tag Archives: android build

Android Hints – getting current working directoy path in makefile

Posted on July 1, 2014 by ian
Reply

Something I often forget when creating Android.mk files is how to get the current directory the make file is in. The build systems provides many useful enviroment functions, including one called “my-dir” to give you exactly that!

It can leveraged as such:
MY_VAR := $(call my-dir)

Posted in Uncategorized | Tagged android, android build, ndk | Leave a reply

Recent Posts

  • Android Hints – building specific platform components
  • Android Hints – getting current working directoy path in makefile
  • Not logged into Facebook? It might be changing how other pages look!
  • Hello Internets!

Recent Comments

    Archives

    • February 2015
    • July 2014
    • April 2012

    Categories

    • Uncategorized

    Meta

    • Log in
    • Entries RSS
    • Comments RSS
    • WordPress.org
    Proudly powered by WordPress