blob: 6f812281ab930d7ea7e8b6c6504e83e2b934aef4 [file] [log] [blame]
# The list of files we want to go into core.js, which is concat'd and
# minified. These files should be either present in the project, brought
# into third_party/bower_compoents via bower, or in node_modules.
CORE_SOURCE_FILES = third_party/bower_components/webcomponentsjs/webcomponents.min.js \
../res/js/common.js
BOWER_DIR=third_party/bower_components
VULCANIZE1=true
include ../webtools/webtools.mk
include ../go/skiaversion/skiaversion.mk
# Build debug versions of core.js and elements.html.
.PHONY: debug_android_compile
debug_android_compile: clean_webtools debug_core_js debug_elements_html skiaversion
go install -v ./go/...
.PHONY: android_compile
android_compile: clean_webtools elements_html
go install -v ./go/...
.PHONY: android_compile_release
android_compile_release: android_compile
./build_release "`git log -n1 --format=%s`"
.PHONY: android_compile_push
android_compile_push: android_compile
go install -v ../push/go/pushcli
./build_release "`git log -n1 --format=%s`"
pushcli android-compiled android-compile