summaryrefslogtreecommitdiff
path: root/aosp_marlin.mk
Commit message (Collapse)AuthorAgeFilesLines
* Capitalize product manufacturerrazorloves2018-08-281-1/+1
| | | | | | | | | | 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
* Changing the default launcher and recents implementation for aosp buildSunny Goyal2018-05-301-1/+1
| | | | | | Bug: 77490347 Test: Build and flashed system image Change-Id: I01c8db105fb0c7de9515a99c0738e401d1fc06c0
* Use device/sample/etc/apns-full-conf.xmlMeng Wang2018-02-151-3/+0
| | | | | | | | Bug: 73091197 Test: make - /system/etc/apns-conf.xml same as device/sample/etc/apns-full-conf.xml Change-Id: Iddbe38c10eec391434feab13494498ef9e9669e7
* Including WallpaperPicker in aosp buildSunny Goyal2017-03-281-1/+2
| | | | | | Bug: 35724630 Test: None Change-Id: Ie4812708aaea713502f879d08598d86ab95e8426
* Revert "Revert "Move fstab files to /vendor/etc/.""Bowgo Tsai2017-03-241-1/+1
| | | | | | | | | | | | | | | | | 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
* Revert "Move fstab files to /vendor/etc/."Tao Bao2017-03-221-1/+1
| | | | | | | | | | | | 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
* Move fstab files to /vendor/etc/.Bowgo Tsai2017-03-111-1/+1
| | | | | | | | | | | | | | | | | | 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
* Add substantive apns-conf.xml files to aosp build targetsNathan Harold2016-07-221-0/+3
| | | | | | | | This replaces the goldfish version of apns-conf.xml with a version that contains APN information for worldwide carriers. Bug: 29826969 Change-Id: I5ad5d606c22ddeee2d078605a47eb2ceaa673102
* aosp_common: dont verify vendor partitionBadhri Jagan Sridharan2016-07-131-0/+2
| | | | | | | | | 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
* marlin: fix AOSP makefilesPatrick Tjin2016-02-041-2/+3
| | | | | Change-Id: Icd82371606c77abb492ca2104e7fcb1447986335 Signed-off-by: Patrick Tjin <pattjin@google.com>
* marlin: clean up buildPatrick Tjin2016-02-041-1/+1
| | | | | | | | | | 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
* Rename directories to fix buildPatrick Tjin2016-01-291-2/+2
| | | | Change-Id: Ia79052248f40df367aaaec8e9e29e692ed11f27b
* marlin/sailfish: initial commit to get builds up and runningPatrick Tjin2016-01-271-0/+35
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