Dan Willemsen | 78c40be | 2018-10-17 16:50:49 -0700 | [diff] [blame] | 1 | # |
| 2 | # Copyright (C) 2018 The Android Open Source Project |
| 3 | # |
| 4 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | # you may not use this file except in compliance with the License. |
| 6 | # You may obtain a copy of the License at |
| 7 | # |
| 8 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | # |
| 10 | # Unless required by applicable law or agreed to in writing, software |
| 11 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | # See the License for the specific language governing permissions and |
| 14 | # limitations under the License. |
| 15 | # |
| 16 | |
| 17 | # Create a default rule. This is unused currently, as the real default rule is |
| 18 | # still in the Kati build step. |
| 19 | .PHONY: _packaging_default_rule_ |
| 20 | _packaging_default_rule_: |
| 21 | |
| 22 | ifndef KATI |
| 23 | $(error Only Kati is supported.) |
| 24 | endif |
| 25 | |
| 26 | $(info [1/3] initializing packaging system ...) |
| 27 | |
| 28 | .KATI_READONLY := KATI_PACKAGE_MK_DIR |
| 29 | |
| 30 | include build/make/common/core.mk |
| 31 | include build/make/common/strings.mk |
| 32 | |
| 33 | $(info [2/3] including distdir.mk ...) |
| 34 | |
| 35 | include build/make/packaging/distdir.mk |
| 36 | |
| 37 | $(info [3/3] writing packaging rules ...) |