16 lines
277 B
Makefile
16 lines
277 B
Makefile
#
|
|
# Copyright (C) 2022 The LineageOS Project
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
PRODUCT_PACKAGES += \
|
|
FrameworksResCommon \
|
|
OPlusWifiResCommon \
|
|
SystemUIResCommon \
|
|
TelephonyResCommon \
|
|
WifiResCommon
|
|
|
|
PRODUCT_SOONG_NAMESPACES += \
|
|
$(LOCAL_PATH)
|