Lines Matching refs:to
3 We've made significant progress converting AOSP from Make to Soong (Android.mk
4 to Android.bp), and we're ready to start turning off pieces of Make. If you
42 * `BUILD_PACKAGE` will be moved from `AVAILABLE_BUILD_MODULE_TYPES` to
44 will make referring to `BUILD_PACKAGE` a warning.
46 `BUILD_BROKEN_USES_BUILD_PACKAGE := true` added to their `BoardConfig.mk`.
47 * `BUILD_PACKAGE` will be switched from `DEFAULT_WARNING_BUILD_MODULE_TYPES` to
48 `DEFAULT_ERROR_BUILD_MODULE_TYPES`, which will turn referring to
52 `DEFAULT_ERROR_BUILD_MODULE_TYPES` to `OBSOLETE_BUILD_MODULE_TYPES` and the
53 code will be removed. It will no longer be possible to use `BUILD_PACKAGE`.
55 In most cases, we expect module types to stay in the default warning state for
57 amount of time in the default error state before moving to obsolete -- we'll
58 try and keep that around for a while, but other development may cause those to
59 break, and the fix may to be to obsolete them. There is no expectation that the
63 Just to be clear, the above process will happen on the AOSP master branch. So
65 Android Q, and the 2020 release will have jumped directly to the end for many