Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Commit

Permalink
Some notes on no-vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
phhusson committed Dec 7, 2017
1 parent 1498a47 commit 2618eb4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions no-vendor/README
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,13 @@ $ bash buildSystemGpt.sh system /where/is/your/original/system.img vendor /where
> };
> };
> };

Notes:
- example here lists only system/vendor, but it applies for any partition, like future odm/oem/factory partitions
- The changes are quite horrible at the moment, but it's okay for google certification
- This has been tested on an A-only device, with AOSP 8.1 system.img, CAF 8.0 vendor.img
- platform_system_core.diff will change boot.img
- platform_system_sepolicy.diff will change vendor.img

TODO:
- recovery support not implemented yet

0 comments on commit 2618eb4

Please sign in to comment.