Commit graph

11 commits

Author SHA1 Message Date
Steve Soltys
e09ccb43e1
Merge pull request #40 from stevesoltys/feature/prebuilt-repo
Add support for automatic prebuilt repo deployments
2019-09-22 22:01:07 -04:00
Steve Soltys
710fcb439c Add support for automatic prebuilt repo deployments 2019-09-21 16:36:29 -04:00
Torsten Grote
7455f4afb9
Remove READ_PHONE_STATE permission 2019-09-17 12:14:41 -03:00
Torsten Grote
1ee443a3d8
Add a unique ID to the device folder name to avoid collisions
when using several devices of the same model with the same account
2019-09-02 09:47:51 -03:00
Chirayu Desai
1f7409af57 Android.mk: Don't dex preopt
* Dex preopting doesn't seem to play nice with kotlin, so let's
  just disable pre optimization for this app for now.
2019-08-01 19:54:55 +05:30
Chirayu Desai
045b1c9eef Android.mk: This is a privileged module
* Again, got left out in the prebuilt commit.
2019-08-01 19:54:22 +05:30
Chirayu Desai
e44966200b Android.mk: Re-add required modules
* This got accidentally left out in the prebuilt commit
2019-08-01 19:53:58 +05:30
Chirayu Desai
6136f589c1 Android.mk: Download prebuilt apk instead of building it
* With the upcoming changes, and the increasing number of external
  libraries being used, plus the usage of Kotlin, it's getting harder
  and harder to build this with the AOSP build system.
* It's best to leverage the existing gradle build system instead,
  and use the apk that builds.
* Add a script which downloads the apk matching the tag if a tag is
  checked out, otherwise downloads the latest.
2019-07-31 23:22:35 +05:30
Steve Soltys
e8720189f3 Add experimental support for standalone builds 2018-11-07 22:04:37 -05:00
Steve Soltys
c95655aa3a Fix module dependencies in Makefile 2018-01-24 20:43:24 -05:00
Steve Soltys
072e9a1b02 Remove Gradle as build system
This application must be compiled with the operating system, so Gradle is unnecessary.
2017-11-08 23:56:49 -05:00
Renamed from app/src/main/Android.mk (Browse further)