blob: cc2683c5a777c1fa3277e54ccfce3bc32b945909 [file] [log] [blame]
Jooyung Han36c1f672019-05-28 17:17:47 +09001#
2# Copyright (C) 2019 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############################################################
18# Internal build rules for misc prebuilt modules that don't need additional processing
19############################################################
20
21prebuilt_module_classes := SCRIPT ETC DATA
22ifeq ($(filter $(prebuilt_module_classes),$(LOCAL_MODULE_CLASS)),)
23$(call pretty-error,misc_prebuilt_internal.mk is for $(prebuilt_module_classes) modules only)
24endif
25
26include $(BUILD_SYSTEM)/base_rules.mk
27
28$(LOCAL_BUILT_MODULE) : $(my_prebuilt_src_file)
29 $(transform-prebuilt-to-target)
Jooyung Han0fbfb4b2019-07-22 15:31:55 +090030
31built_module := $(LOCAL_BUILT_MODULE)