diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-03-31 09:34:41 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2015-04-07 09:18:03 +0200 |
commit | f15a6a065e1e731944750a67c76a825a16a4a9a2 (patch) | |
tree | 5aced571391184c83324e4a95a7656130227492d /android/experimental | |
parent | 9dfaffabf10df636c130ef5b0f6a91c202ff5ba5 (diff) |
android: fix 'make install' in LOAndroid3
The error was:
$ make install verbose=t
../../../config_host.mk:655: /git/config__lang.mk: No such file or directory
make: *** No rule to make target '/git/config__lang.mk'. Stop.
Change-Id: I4f976c27217cb1827ce2a7b39c1bc301e45f149b
Diffstat (limited to 'android/experimental')
-rw-r--r-- | android/experimental/LOAndroid3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/android/experimental/LOAndroid3/Makefile b/android/experimental/LOAndroid3/Makefile index fbcec0ce327d..346b99526bc8 100644 --- a/android/experimental/LOAndroid3/Makefile +++ b/android/experimental/LOAndroid3/Makefile @@ -1,4 +1,5 @@ ifeq ($(BUILDDIR),) +gb_Side:=host include ../../../config_host.mk endif |