diff options
| author | razorloves <razorloves@gmail.com> | 2018-07-03 18:23:45 +0000 |
|---|---|---|
| committer | razorloves <razorloves@gmail.com> | 2018-08-28 06:56:04 -0500 |
| commit | d815e87f509f948c2863bc62557087ac00108cd1 (patch) | |
| tree | 1ecc1631d20d203185178136899716c44c35aa6a /aosp_sailfish.mk | |
| parent | bf622b0a6e4d5219070b3a17039074d0a5571731 (diff) | |
Capitalize product manufacturer
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
Diffstat (limited to 'aosp_sailfish.mk')
| -rw-r--r-- | aosp_sailfish.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/aosp_sailfish.mk b/aosp_sailfish.mk index 4c0ef719..b6e6427c 100644 --- a/aosp_sailfish.mk +++ b/aosp_sailfish.mk @@ -25,7 +25,7 @@ PRODUCT_NAME := aosp_sailfish PRODUCT_DEVICE := sailfish PRODUCT_BRAND := Android PRODUCT_MODEL := AOSP on msm8996 -PRODUCT_MANUFACTURER := google +PRODUCT_MANUFACTURER := Google PRODUCT_RESTRICT_VENDOR_FILES := true PRODUCT_COPY_FILES += device/google/marlin/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.sailfish |
