* Remove anything that the value is already the default, or deprecated. Change-Id: I597a93b580754a7fde51d051accfffca54c22482
15 lines
252 B
Makefile
15 lines
252 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
PRODUCT_PACKAGES += \
|
|
FrameworksResCommon \
|
|
SystemUIResCommon \
|
|
TelephonyResCommon \
|
|
WifiResCommon
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|