blob: 5955b0fb3f71f17e0868b4bf72c29446c8f88fbf [file] [log] [blame]
Mathew Inwoodfa250a72019-12-19 14:28:16 +00001#
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
17ifneq ($INTERNAL_PLATFORM_MERGED_COMPAT_CONFIG,)
18$(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_MERGED_COMPAT_CONFIG))
19endif
Artur Satayev3916b882020-02-24 11:41:56 +000020
21# ==== hiddenapi lists =======================================
22ifneq ($(UNSAFE_DISABLE_HIDDENAPI_FLAGS),true)
23$(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_HIDDENAPI_FLAGS))
24$(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_HIDDENAPI_GREYLIST_METADATA))
25$(call dist-for-goals,droidcore,$(INTERNAL_PLATFORM_HIDDENAPI_INDEX))
26endif # UNSAFE_DISABLE_HIDDENAPI_FLAGS