mirror of
https://github.com/servo/servo.git
synced 2025-09-23 05:10:09 +01:00
Android: load url from Intent, plus fixed some warnings (#32160)
* update gitignore folder with android build files * address some warnings Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * fix servo not loading url from Intent Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * format Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * InitOptions, added url field to avoid override homepage url Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * actually there is a gitignore file in the android folder Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> * Restore buildToolsVersion property Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com> --------- Signed-off-by: Gae24 <96017547+Gae24@users.noreply.github.com>
This commit is contained in:
parent
5a4c81f841
commit
fe6e1cfb29
12 changed files with 50 additions and 66 deletions
1
support/android/apk/.gitignore
vendored
1
support/android/apk/.gitignore
vendored
|
@ -3,4 +3,5 @@
|
|||
/gen/
|
||||
/libs/
|
||||
/local.properties
|
||||
/obj/
|
||||
/proguard-project.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue