599330f865
After separating selinux_policy_system_ext and selinux_policy_product from the selinux_policy_nonsystem module, add them to base_system_ext.mk and base_product.mk, respectively. Bug: 170282998 Test: build and check boot Change-Id: I03a4ae435898dd773f418d37f321ad0a37f17c3e
24 lines
839 B
Makefile
24 lines
839 B
Makefile
#
|
|
# Copyright (C) 2019 The Android Open Source Project
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
|
|
# Base modules and settings for the product partition.
|
|
PRODUCT_PACKAGES += \
|
|
group_product \
|
|
ModuleMetadata \
|
|
passwd_product \
|
|
product_compatibility_matrix.xml \
|
|
product_manifest.xml \
|
|
selinux_policy_product \
|