blob: 0b746a8f8ed7781e347b412614cd587ae235151e [file] [log] [blame]
Dan Willemsen78c40be2018-10-17 16:50:49 -07001#
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
22ifndef KATI
23$(error Only Kati is supported.)
24endif
25
26$(info [1/3] initializing packaging system ...)
27
28.KATI_READONLY := KATI_PACKAGE_MK_DIR
29
30include build/make/common/core.mk
31include build/make/common/strings.mk
32
33$(info [2/3] including distdir.mk ...)
34
35include build/make/packaging/distdir.mk
36
37$(info [3/3] writing packaging rules ...)