diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cdd4b42789da..ef42ca9acbc7 100644 --- a/configure.in +++ b/configure.in @@ -3254,6 +3254,7 @@ if test "$cross_compiling" = "yes"; then tar cf - \ bin/repo-list.in \ android/Bootstrap/local.properties.in \ + android/experiments/DocumentLoader/local.properties.in \ android/qa/sc/local.properties.in \ android/qa/desktop/local.properties.in \ config.guess \ @@ -11238,7 +11239,11 @@ else echo > config_host.mk.last fi -AC_CONFIG_FILES([config_host.mk ooo.lst bin/repo-list android/Bootstrap/local.properties android/qa/sc/local.properties android/qa/desktop/local.properties]) +AC_CONFIG_FILES([config_host.mk ooo.lst bin/repo-list \ +android/Bootstrap/local.properties \ +android/experiments/DocumentLoader/local.properties \ +android/qa/sc/local.properties \ +android/qa/desktop/local.properties]) AC_OUTPUT # touch the config timestamp file set_soenv.stamp |