| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
Photos and videos taken with the Google Camera app are tagged with the
product manufacturer. When incorrectly tagged with "google", they count
against your google photos storage. When capitalized they are not
counted against your storage, properly using the pixel unlimited photos
and videos storage.
Change-Id: I0f3dd4b77901cbc156a751b6722c0640a7955afb
|
| |
|
|
|
|
| |
Bug: 77490347
Test: Build and flashed system image
Change-Id: I01c8db105fb0c7de9515a99c0738e401d1fc06c0
|
| |
|
|
|
|
|
|
| |
Bug: 73091197
Test: make - /system/etc/apns-conf.xml same as
device/sample/etc/apns-full-conf.xml
Change-Id: Iddbe38c10eec391434feab13494498ef9e9669e7
|
| |
|
|
|
|
| |
Bug: 35724630
Test: None
Change-Id: Ie4812708aaea713502f879d08598d86ab95e8426
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit d037710937d1c15c2d5c70f06f752799e77eaf60.
The following CL on AOSP can fix the recovery failure.
So revert this revert.
https://android-review.googlesource.com/#/c/357170/
Bug: 35811655
Bug: 36502022
Change-Id: I2b56c5709885a0cce1db18801c9adc3db1c9ebe6
Test: normal boot sailfish, go to Settings > System & tap on
"Factory Data reset"
Test: recovery boot sailfish
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 03f297713036576a60f7a3cbc96e3f7b8bc0f677.
recovery fails to find /misc while it tries to load from /fstab.sailfish.
Bug: 35811655
Bug: 36502022
Test: boot into recovery on sailfish. No "failed to find /misc partition"
message.
Change-Id: I6552411e601372ce3cfb11f6c9dff9fcf6ead384
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
fstab.${ro.hardware} contains SoC-specific settings and should be moved
to vendor partition. Note that this commit depends on the following
changes:
https://android-review.googlesource.com/#/q/topic:fstab_relocation
Bug: 35811655
Test: boot sailfish, checks fstab is moved to /vendor/etc/fstab.sailfish
Test: boot sailfish, checks that 'adb disable-verity' and
'adb enable-verity' can work by checking property:
- partition.system.verified
- partition.vendor.veerified
Test: boot marlin, do the same tests as above
Change-Id: I801502f96515f0fd74026c4cabf59ef680e49779
|
| |
|
|
|
|
|
|
| |
This replaces the goldfish version of apns-conf.xml with a
version that contains APN information for worldwide carriers.
Bug: 29826969
Change-Id: I5ad5d606c22ddeee2d078605a47eb2ceaa673102
|
| |
|
|
|
|
|
|
|
| |
Disable dm-verity for the vendor partition in AOSP builds. This
allows the device to boot even though verity metadata is signed
with a different key.
Bug: 30074027
Change-Id: I79f1de03367d1bc465891d88cd1568b603ad3994
|
| |
|
|
|
| |
Change-Id: Icd82371606c77abb492ca2104e7fcb1447986335
Signed-off-by: Patrick Tjin <pattjin@google.com>
|
| |
|
|
|
|
|
|
|
|
| |
1) Disable SELinux until the policies are updated (b/26984551)
2) move some files to top level, eventually common/ will be removed
3) start moving lines from common/*mk to the appropriate top level makefile
4) start removing unused directories and files
Bug: 26984551
Change-Id: Ic8b9226a6e9506b2655906ab1550679394b5b43c
|
| |
|
|
| |
Change-Id: Ia79052248f40df367aaaec8e9e29e692ed11f27b
|
|
|
This commit has a lot of TODOs which should be addressed
(search "TODO:")
This commit:
1) changes device/qcom/... to device/htc/marlin/...
2) moves prebuilts to vendor/htc/marlin
3) adds top level Android.mk
4) adds aosp_marlin.mk
5) disables selinux policies
Change-Id: I8bf629a6b6d363c717e974b78a9a128f245e5ea0
|