Skip to content

PixelExp-Project/vendor_pixel-additional

 
 

Repository files navigation

vendor_pixel-additional

Additional Pixel stuffs

INFO

After you're cloning this repo into your rom,
when the . build/envsetup.sh command executed,
this repo's vendorsetup.sh will automatically sync required fork repos of StatiXOS' GitLab
after coping pixel-additional.xml under .repo/local_manifests
and remove the packages that conflicted.
Check out those files for more informations.

Note for Google Play system updates support

You need to set TARGET_FLATTEN_APEX to false in your device tree
For example, in PixelExperience, you should add this flag to aosp_(device-code-name).mk

TARGET_FLATTEN_APEX := false

And then include the config.mk's path to your device.mk

$(call inherit-product-if-exists, vendor/pixel-additional/config.mk)

Also, you can possible to build non-updatable flattened APEX too.
Since StatiXOS' partner modules supports it.
For that, set TARGET_FLATTEN_APEX to true instead.

TARGET_FLATTEN_APEX := true

Note for including CarrierSettings

You need to set TARGET_INCLUDE_CARRIER_SETTINGS to true in your device tree
For example, in PixelExperience, you should add this flag to aosp_(device-code-name).mk

TARGET_INCLUDE_CARRIER_SETTINGS := true

And then include the config.mk's path to your device.mk

$(call inherit-product-if-exists, vendor/pixel-additional/config.mk)

Note for including additional GApps

This repo also includes several additional GApps packages, such as

  • TARGET_INCLUDE_CAMERA_GO: Camera from Google (Formerly, Camera Go or GCam Go)
  • TARGET_SUPPORTS_LILY_EXPERIENCE: Enabling Android (Go Edition) device specific features
  • TARGET_INCLUDE_ADDITIONAL_GAPPS: Additional GApps (Drive, Maps, Gmail, Tips)

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PureBasic 79.4%
  • Makefile 18.7%
  • Shell 1.9%