2017-02-06 16:06:08 -08:00
|
|
|
#
|
|
|
|
|
# Copyright 2017 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.
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PRODUCT_MAKEFILES := \
|
2024-06-08 21:29:33 +08:00
|
|
|
$(LOCAL_DIR)/lineage_taimen.mk \
|
2019-12-13 18:14:34 -08:00
|
|
|
$(LOCAL_DIR)/aosp_taimen_hwasan.mk \
|
2018-04-04 16:48:02 -07:00
|
|
|
|
|
|
|
|
COMMON_LUNCH_CHOICES := \
|
2024-06-08 21:29:33 +08:00
|
|
|
lineage_taimen-userdebug \
|
|
|
|
|
lineage_taimen-user \
|
|
|
|
|
lineage_taimen-eng
|