commit | 011291cd90f3cb5627d828421ece1fa9271d3f6b | [log] [tgz] |
---|---|---|
author | beanstown106 <nbenis106@gmail.com> | Sat Oct 17 06:16:04 2015 -0400 |
committer | Jackeagle <jackeagle102@gmail.com> | Sun Oct 21 02:23:34 2018 -0400 |
tree | e637b230400099c87509be84a47daa0cf5f6e6dc | |
parent | 6d99fa48b242c8c24ea922dc59620524532077b1 [diff] |
Drop deprecated stuff/move stuff to vendor/device *drop aosp messaging in favor of google messenger *drop deskclock in favor of googles *drop email and exchange in favor of googles *drop camera2 in favor of googles camera *drop deprecated aosp gallery2 *drop deprecated aosp calendar *drop deprecated launcher2 *drop deprecated music *drop deprecated picotts *drop deprecated quicksearchbox *drop deprecated sample home *drop deprecated protips *drop outdated wallpapers we will set livewallpaper picker in vendor *drop keyguard.no_require_sim=true we will set in vendor *drop dataroaming=true we will set this in vendor *drop apns-conf we will set this per device Change-Id: I907da38d3ededb1bf1d81c0371d90d00750b2edf Signed-off-by: mydongistiny <jaysonedson@gmail.com> Signed-off-by: Jackeagle <jackeagle102@gmail.com>
This is the Makefile-based portion of the Android Build System.
For documentation on how to run a build, see Usage.txt
For a list of behavioral changes useful for Android.mk writers see Changes.md
For an outdated reference on Android.mk files, see build-system.html. Our Android.mk files look similar, but are entirely different from the Android.mk files used by the NDK build system. When searching for documentation elsewhere, ensure that it is for the platform build system -- most are not.
This Makefile-based system is in the process of being replaced with Soong, a new build system written in Go. During the transition, all of these makefiles are read by Kati, and generate a ninja file instead of being executed directly. That's combined with a ninja file read by Soong so that the build graph of the two systems can be combined and run as one.