summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2015-01-21 12:43:03 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2015-01-26 10:27:41 +0100
commit609367d3c92eb552514636d1176ae878b3417aa7 (patch)
tree15f810662e4685f115ce167b03d521ed569a9ee6 /config_host.mk.in
parentef99aeea0e8f671dd0cb72aa311a80b8025f495d (diff)
android: Set the package name correctly.
Change-Id: Iab771f65121e477cda871a04098df306399628e7
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 26e38eaf4332..ac811c991a05 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -20,6 +20,7 @@ export ALL_LANGS=@ALL_LANGS@
export ANDROID_APP_ABI=@ANDROID_APP_ABI@
export ANDROID_NDK_GDBSERVER=@ANDROID_NDK_GDBSERVER@
export ANDROID_SDK_HOME=@ANDROID_SDK_HOME@
+export ANDROID_PACKAGE_NAME=@ANDROID_PACKAGE_NAME@
export ANT=@ANT@
export ANT_HOME=@ANT_HOME@
export ANT_LIB=@ANT_LIB@