diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-24 21:06:54 +0200 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-01-24 21:35:04 +0200 |
commit | 5488d34bbf79a83942221f0f3bf94bec09db05a2 (patch) | |
tree | 1b329900e358f6d52787d1140eb68948b3d4a36e /configure.in | |
parent | 52681e4405b303028340bfb63ddb6c14eb17caa2 (diff) |
Put a local.properties in android/qa/desktop, too
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ac986f6a3a7e..9a348e3278b4 100644 --- a/configure.in +++ b/configure.in @@ -2961,6 +2961,7 @@ if test "$cross_compiling" = "yes"; then bin/repo-list.in \ build_env.in \ android/qa/sc/local.properties.in \ + android/qa/desktop/local.properties.in \ config.guess \ config_host.mk.in \ configure \ @@ -10485,7 +10486,7 @@ else echo > set_soenv.last fi -AC_CONFIG_FILES([config_host.mk ooo.lst set_soenv bin/repo-list build_env android/qa/sc/local.properties]) +AC_CONFIG_FILES([config_host.mk ooo.lst set_soenv bin/repo-list build_env android/qa/sc/local.properties android/qa/desktop/local.properties]) AC_OUTPUT # touch the config timestamp file set_soenv.stamp |