Kaydet (Commit) bd36b992 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Support an ad-hoc (non-gbuild) Makefile workflow for the Android apps

For now, we want to keep being able to just say for instance "make run" in the
android app directories.

Change-Id: I1898d5466c0df6007fa32b202888bed644fa9489
üst 9e991e18
include $(BUILDDIR)/config_host.mk ifeq ($(BUILDDIR),)
include ../../../config_host.mk
endif
# The default target just builds. # The default target just builds.
all: build-ant all: build-ant
......
include $(BUILDDIR)/config_host.mk ifeq ($(BUILDDIR),)
include ../../../config_host.mk
endif
# The default target just builds. # The default target just builds.
......
include $(BUILDDIR)/config_host.mk ifeq ($(BUILDDIR),)
include ../../../config_host.mk
endif
# The default target just builds. # The default target just builds.
all: build-ant all: build-ant
......
...@@ -6,7 +6,9 @@ ...@@ -6,7 +6,9 @@
# License, v. 2.0. If a copy of the MPL was not distributed with this # License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
include $(BUILDDIR)/config_host.mk ifeq ($(BUILDDIR),)
include ../../config_host.mk
endif
all: properties translations.done all: properties translations.done
mkdir -p ../abs-lib/libs mkdir -p ../abs-lib/libs
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment