Skip to content

Instantly share code, notes, and snippets.

@murano500k
Created February 27, 2018 09:34
Show Gist options
  • Save murano500k/24fc025dc87cfde0e08cc0d0977bad15 to your computer and use it in GitHub Desktop.
Save murano500k/24fc025dc87cfde0e08cc0d0977bad15 to your computer and use it in GitHub Desktop.
make android.policy (the power menu and lockscreen)
make framework (the initial framework files)
make framework-res (the initial framework resources)
make services (the services.jar file)
make sdk (builds the android sdk)
make modules (builds all modules)
make installclean (removes all staging directories, such as out/target/product/boardname/system)
make clean (removes the whole /out directory)
make recoveryimage (builds the recovery from /bootable/recovery, customizable if wanted!)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment