Mercurial > 510Connectbot
comparison Makefile @ 498:3feac274a27b
updates for android10+
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 06 Jun 2022 15:05:20 -0700 |
parents | 0a17c6e7cb0f |
children | 53ae310a96f8 |
comparison
equal
deleted
inserted
replaced
497:73fa7329dc87 | 498:3feac274a27b |
---|---|
1 #mc40 is "On Device Storage" | 1 #mc40 is "On Device Storage" |
2 #tc55 is "Internal Storage" | 2 #tc55 is "Internal Storage" |
3 | 3 |
4 na=$(shell find . -iname '*.c' -o -iname '*.h' -o -iname '*.cpp') | 4 na=$(shell find . -iname '*.c' -o -iname '*.h' -o -iname '*.cpp') |
5 style:=release | 5 style:=release |
6 dest:=../ASM/Installers | 6 dest:=../ASM.v6/installers |
7 ver:=$(shell grep versionName app/src/main/AndroidManifest.xml | cut -d'"' -f2) | 7 ver:=$(shell grep versionName app/src/main/AndroidManifest.xml | cut -d'"' -f2) |
8 id:=$(shell hg id --id || echo 1) | 8 id:=$(shell hg id --id || echo 1) |
9 da:=$(shell date '+%Y-%m-%dT%H:%M:%S') | 9 da:=$(shell date '+%Y-%m-%dT%H:%M:%S') |
10 version:=\ | 10 version:=\ |
11 <?xml version=\"1.0\" encoding=\"utf-8\"?>\n\ | 11 <?xml version=\"1.0\" encoding=\"utf-8\"?>\n\ |