gta4xl-common: merge all the product makefiles into one
* Also switch to PRODUCT_COPY_FILES for init scripts
* Dependencies of libperfmgr power HAL don't need to be
explicitly built
* Recovery ueventd.rc isn't needed at all
Change-Id: I5da2d7f1129ef51326b1f52e530ddcc403cbae68
diff --git a/common.mk b/common.mk
new file mode 100644
index 0000000..e3ceb6c
--- /dev/null
+++ b/common.mk
@@ -0,0 +1,254 @@
+#
+# Copyright (C) 2020-2021 The LineageOS 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.
+#
+
+COMMON_PATH := device/samsung/gta4xl-common
+
+# Get non-open-source specific aspects
+$(call inherit-product, vendor/samsung/gta4xl-common/gta4xl-common-vendor.mk)
+
+PRODUCT_CHARACTERISTICS := tablet
+
+# Audio
+PRODUCT_PACKAGES += \
+ android.hardware.audio.effect@6.0-impl:32 \
+ android.hardware.audio@6.0-impl:32 \
+ android.hardware.audio.service \
+ android.hardware.bluetooth.audio@2.0-impl:32 \
+ android.hardware.soundtrigger@2.0-impl:32 \
+ audio.a2dp.default \
+ audio.bluetooth.default \
+ audio.r_submix.default \
+ audio.usb.default \
+ libaudioroute \
+ libtinyalsa \
+ libtinycompress
+
+PRODUCT_COPY_FILES += \
+ frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration.xml \
+ frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
+ frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml \
+ frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_configuration.xml \
+ frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_default_stream_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_default_stream_volumes.xml \
+ frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_product_strategies.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_product_strategies.xml \
+ frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_stream_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_stream_volumes.xml \
+ $(COMMON_PATH)/config/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
+ $(COMMON_PATH)/config/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
+ $(COMMON_PATH)/config/audio/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml
+
+# Bluetooth
+PRODUCT_PACKAGES += \
+ android.hardware.bluetooth@1.0-impl:64 \
+ android.hardware.bluetooth@1.0-service \
+ libbt-vendor:64
+
+PRODUCT_COPY_FILES += \
+ hardware/samsung_slsi/libbt/conf/bt_did.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_did.conf \
+ hardware/samsung_slsi/libbt/conf/bt_vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor.conf \
+ $(COMMON_PATH)/config/sysconfig/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
+
+# Camera
+PRODUCT_PACKAGES += \
+ android.hardware.camera.provider@2.5-service_64 \
+ libsensorndkbridge \
+ Snap
+
+# Display
+PRODUCT_PACKAGES += \
+ android.hardware.graphics.allocator@2.0-impl:64 \
+ android.hardware.graphics.allocator@2.0-service \
+ android.hardware.graphics.composer@2.2-service \
+ android.hardware.graphics.mapper@2.0-impl
+
+# Dynamic Partitions
+PRODUCT_USE_DYNAMIC_PARTITIONS := true
+
+# DRM
+PRODUCT_PACKAGES += \
+ android.hardware.drm@1.3-service.clearkey
+
+# fastbootd
+PRODUCT_PACKAGES += \
+ fastbootd
+
+# FastCharge
+PRODUCT_PACKAGES += \
+ vendor.lineage.fastcharge@1.0-service.samsung
+
+# Gatekeeper
+PRODUCT_PACKAGES += \
+ android.hardware.gatekeeper@1.0-impl:64 \
+ android.hardware.gatekeeper@1.0-service
+
+# Graphics
+# Device uses high-density artwork where available
+PRODUCT_AAPT_CONFIG := normal
+PRODUCT_AAPT_PREF_CONFIG := 400dpi
+PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
+
+# Health
+PRODUCT_PACKAGES += \
+ android.hardware.health@2.1-impl:64 \
+ android.hardware.health@2.1-service
+
+# HIDL
+PRODUCT_PACKAGES += \
+ libhidltransport \
+ libhidltransport.vendor \
+ libhwbinder \
+ libhwbinder.vendor
+
+# init
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/config/init/fstab.exynos9611:$(TARGET_COPY_OUT_RAMDISK)/fstab.exynos9611 \
+ $(COMMON_PATH)/config/init/fstab.exynos9611:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.exynos9611 \
+ $(COMMON_PATH)/config/init/init.exynos9611.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.exynos9611.rc \
+ $(COMMON_PATH)/config/init/init.exynos9611.root.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/hw/init.exynos9611.root.rc \
+ $(COMMON_PATH)/config/init/init.exynos9611.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.exynos9611.usb.rc \
+ $(COMMON_PATH)/config/ueventd/ueventd.rc:$(TARGET_COPY_OUT_VENDOR)/ueventd.rc \
+ $(COMMON_PATH)/recovery/etc/init.recovery.exynos9611.rc:$(TARGET_COPY_OUT_RECOVERY)/root/init.recovery.exynos9611.rc
+
+# Keylayout
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/config/idc/sec_e-pen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/sec_e-pen.idc \
+ $(COMMON_PATH)/config/keylayout/sec_touchscreen.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/sec_touchscreen.kl
+
+# Keymaster
+PRODUCT_PACKAGES += \
+ android.hardware.keymaster@4.0-service.samsung \
+ libkeymaster4_1support.vendor:64
+
+# Lights
+PRODUCT_PACKAGES += \
+ android.hardware.light@2.0-service.samsung
+
+# Media
+PRODUCT_COPY_FILES += \
+ frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
+ frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
+ frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
+
+# Memtrack
+PRODUCT_PACKAGES += \
+ android.hardware.memtrack@1.0-impl:64 \
+ android.hardware.memtrack@1.0-service
+
+# Overlays
+DEVICE_PACKAGE_OVERLAYS += $(COMMON_PATH)/overlay
+PRODUCT_ENFORCE_RRO_TARGETS += *
+
+# Permissions
+PRODUCT_COPY_FILES += \
+ frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
+ frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
+ frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
+ frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
+ frameworks/native/data/etc/android.hardware.camera.ar.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \
+ frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \
+ frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
+ frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
+ frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
+ frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \
+ frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
+ frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
+ frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
+ frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
+ frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
+ frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
+ frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
+ frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
+ frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
+ frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
+ frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
+ frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
+ frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
+ frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
+ frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
+ frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
+ frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
+ frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
+ frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \
+ frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \
+ frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml \
+ frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
+ frameworks/native/data/etc/android.software.picture_in_picture.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.picture_in_picture.xml \
+ frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
+ frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml \
+ frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
+
+# Power
+PRODUCT_PACKAGES += \
+ android.hardware.power-service.samsung-libperfmgr
+
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/config/power/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
+
+# Public Libraries
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/config/linker/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
+
+# RenderScript HAL
+PRODUCT_PACKAGES += \
+ android.hardware.renderscript@1.0-impl
+
+# Sensors
+PRODUCT_PACKAGES += \
+ android.hardware.sensors@2.1-service.samsung-multihal
+
+# Shims
+PRODUCT_PACKAGES += \
+ libshim_sensorndkbridge
+
+# Soong Namespaces
+PRODUCT_SOONG_NAMESPACES += \
+ $(COMMON_PATH) \
+ hardware/google/interfaces \
+ hardware/google/pixel \
+ hardware/samsung/aidl/power-libperfmgr
+
+# Tethering
+PRODUCT_PACKAGES += \
+ TetheringConfigOverlay
+
+# Thermal
+PRODUCT_PACKAGES += \
+ android.hardware.thermal@2.0-service.samsung
+
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/config/thermal/thermal_info_config.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
+
+# Touch HAL
+PRODUCT_PACKAGES += \
+ vendor.lineage.touch@1.0-service.samsung
+
+# Trust HAL
+PRODUCT_PACKAGES += \
+ vendor.lineage.trust@1.0-service
+
+# USB
+PRODUCT_PACKAGES += \
+ android.hardware.usb@1.1-service.typec
+
+# WiFi
+PRODUCT_PACKAGES += \
+ WifiOverlay \
+ android.hardware.wifi@1.0-service \
+ hostapd \
+ wpa_supplicant
+
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/config/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
+ $(COMMON_PATH)/config/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
+ $(COMMON_PATH)/config/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
diff --git a/platform.mk b/platform.mk
deleted file mode 100644
index 23e07e6..0000000
--- a/platform.mk
+++ /dev/null
@@ -1,44 +0,0 @@
-#
-# Copyright (C) 2020 The LineageOS 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.
-#
-
-### PROPRIETARY VENDOR FILES
-$(call inherit-product, vendor/samsung/gta4xl-common/gta4xl-common-vendor.mk)
-
-PLATFORM_PATH := device/samsung/gta4xl-common
-
-# Device uses high-density artwork where available
-PRODUCT_AAPT_CONFIG := normal
-PRODUCT_AAPT_PREF_CONFIG := 400dpi
-PRODUCT_AAPT_PREBUILT_DPI := xxxhdpi xxhdpi xhdpi hdpi
-
-PRODUCT_CHARACTERISTICS := tablet
-
-# Dynamic Partitions
-PRODUCT_USE_DYNAMIC_PARTITIONS := true
-
-# Soong namespaces
-PRODUCT_SOONG_NAMESPACES += \
- $(PLATFORM_PATH) \
- hardware/google/interfaces \
- hardware/google/pixel \
- hardware/samsung/aidl/power-libperfmgr
-
-DEVICE_PACKAGE_OVERLAYS += \
- $(PLATFORM_PATH)/overlay
-
-PRODUCT_ENFORCE_RRO_TARGETS += *
-
-include $(PLATFORM_PATH)/platform/*.mk
diff --git a/platform/config.mk b/platform/config.mk
deleted file mode 100644
index 2b352d9..0000000
--- a/platform/config.mk
+++ /dev/null
@@ -1,55 +0,0 @@
-### AUDIO
-PRODUCT_COPY_FILES += \
- $(PLATFORM_PATH)/config/audio/audio_effects.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_effects.xml \
- $(PLATFORM_PATH)/config/audio/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml \
- $(PLATFORM_PATH)/config/audio/audio_policy_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_volumes.xml
-
-PRODUCT_COPY_FILES += \
- frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_configuration.xml \
- frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_default_stream_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_default_stream_volumes.xml \
- frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_product_strategies.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_product_strategies.xml \
- frameworks/av/services/audiopolicy/enginedefault/config/example/phone/audio_policy_engine_stream_volumes.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_engine_stream_volumes.xml
-
-PRODUCT_COPY_FILES += \
- frameworks/av/services/audiopolicy/config/a2dp_in_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/a2dp_in_audio_policy_configuration.xml \
- frameworks/av/services/audiopolicy/config/bluetooth_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth_audio_policy_configuration.xml \
- frameworks/av/services/audiopolicy/config/r_submix_audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/r_submix_audio_policy_configuration.xml
-
-### BLUETOOTH
-PRODUCT_COPY_FILES += \
- hardware/samsung_slsi/libbt/conf/bt_did.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_did.conf \
- hardware/samsung_slsi/libbt/conf/bt_vendor.conf:$(TARGET_COPY_OUT_VENDOR)/etc/bluetooth/bt_vendor.conf
-
-### KEYLAYOUT
-PRODUCT_COPY_FILES += \
- $(PLATFORM_PATH)/config/idc/sec_e-pen.idc:$(TARGET_COPY_OUT_VENDOR)/usr/idc/sec_e-pen.idc \
- $(PLATFORM_PATH)/config/keylayout/sec_touchscreen.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/sec_touchscreen.kl
-
-### MEDIA
-PRODUCT_COPY_FILES += \
- frameworks/av/media/libstagefright/data/media_codecs_google_audio.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_audio.xml \
- frameworks/av/media/libstagefright/data/media_codecs_google_telephony.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_telephony.xml \
- frameworks/av/media/libstagefright/data/media_codecs_google_video.xml:$(TARGET_COPY_OUT_VENDOR)/etc/media_codecs_google_video.xml
-
-### PUBLIC LIBRARIES
-PRODUCT_COPY_FILES += \
- $(PLATFORM_PATH)/config/linker/public.libraries.txt:$(TARGET_COPY_OUT_VENDOR)/etc/public.libraries.txt
-
-### POWER
-PRODUCT_COPY_FILES += \
- $(PLATFORM_PATH)/config/power/powerhint.json:$(TARGET_COPY_OUT_VENDOR)/etc/powerhint.json
-
-### SYSCONFIG
-PRODUCT_COPY_FILES += \
- $(LOCAL_PATH)/config/sysconfig/component-overrides.xml:$(TARGET_COPY_OUT_VENDOR)/etc/sysconfig/component-overrides.xml
-
-### THERMAL
-PRODUCT_COPY_FILES += \
- $(PLATFORM_PATH)/config/thermal/thermal_info_config.json:$(TARGET_COPY_OUT_VENDOR)/etc/thermal_info_config.json
-
-
-### WIFI
-PRODUCT_COPY_FILES += \
- $(PLATFORM_PATH)/config/wifi/p2p_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/p2p_supplicant_overlay.conf \
- $(PLATFORM_PATH)/config/wifi/wpa_supplicant.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant.conf \
- $(PLATFORM_PATH)/config/wifi/wpa_supplicant_overlay.conf:$(TARGET_COPY_OUT_VENDOR)/etc/wifi/wpa_supplicant_overlay.conf
diff --git a/platform/init.mk b/platform/init.mk
deleted file mode 100644
index 8130d17..0000000
--- a/platform/init.mk
+++ /dev/null
@@ -1,11 +0,0 @@
-### FIRST STAGE INIT
-PRODUCT_PACKAGES += \
- fstab.exynos9611_ramdisk
-
-### INIT
-PRODUCT_PACKAGES += \
- init.exynos9611.root.rc \
- init.exynos9611.rc \
- init.exynos9611.usb.rc \
- fstab.exynos9611 \
- ueventd.exynos9611.rc
diff --git a/platform/permissions.mk b/platform/permissions.mk
deleted file mode 100644
index 2f6cad7..0000000
--- a/platform/permissions.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright (C) 2020 The LineageOS 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.
-
-### PERMISSIONS
-PRODUCT_COPY_FILES += \
- frameworks/native/data/etc/android.hardware.audio.low_latency.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.low_latency.xml \
- frameworks/native/data/etc/android.hardware.audio.pro.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.audio.pro.xml \
- frameworks/native/data/etc/android.hardware.bluetooth.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth.xml \
- frameworks/native/data/etc/android.hardware.bluetooth_le.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.bluetooth_le.xml \
- frameworks/native/data/etc/android.hardware.camera.ar.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.ar.xml \
- frameworks/native/data/etc/android.hardware.camera.autofocus.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.autofocus.xml \
- frameworks/native/data/etc/android.hardware.camera.front.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.front.xml \
- frameworks/native/data/etc/android.hardware.camera.full.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.full.xml \
- frameworks/native/data/etc/android.hardware.camera.raw.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.raw.xml \
- frameworks/native/data/etc/android.hardware.camera.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.camera.xml \
- frameworks/native/data/etc/android.hardware.location.gps.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.location.gps.xml \
- frameworks/native/data/etc/android.hardware.opengles.aep.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.opengles.aep.xml \
- frameworks/native/data/etc/android.hardware.sensor.accelerometer.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.accelerometer.xml \
- frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.gyroscope.xml \
- frameworks/native/data/etc/android.hardware.sensor.light.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.light.xml \
- frameworks/native/data/etc/android.hardware.sensor.stepcounter.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepcounter.xml \
- frameworks/native/data/etc/android.hardware.sensor.stepdetector.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.sensor.stepdetector.xml \
- frameworks/native/data/etc/android.hardware.telephony.gsm.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.gsm.xml \
- frameworks/native/data/etc/android.hardware.telephony.ims.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.telephony.ims.xml \
- frameworks/native/data/etc/android.hardware.touchscreen.multitouch.jazzhand.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.touchscreen.multitouch.jazzhand.xml \
- frameworks/native/data/etc/android.hardware.usb.accessory.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.accessory.xml \
- frameworks/native/data/etc/android.hardware.usb.host.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.usb.host.xml \
- frameworks/native/data/etc/android.hardware.vulkan.compute-0.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.compute.xml \
- frameworks/native/data/etc/android.hardware.vulkan.level-1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.level.xml \
- frameworks/native/data/etc/android.hardware.vulkan.version-1_1.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.vulkan.version.xml \
- frameworks/native/data/etc/android.hardware.wifi.direct.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.direct.xml \
- frameworks/native/data/etc/android.hardware.wifi.passpoint.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.passpoint.xml \
- frameworks/native/data/etc/android.hardware.wifi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.hardware.wifi.xml \
- frameworks/native/data/etc/android.software.app_widgets.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.app_widgets.xml \
- frameworks/native/data/etc/android.software.device_id_attestation.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.device_id_attestation.xml \
- frameworks/native/data/etc/android.software.freeform_window_management.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.freeform_window_management.xml \
- frameworks/native/data/etc/android.software.midi.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.midi.xml \
- frameworks/native/data/etc/android.software.picture_in_picture.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.picture_in_picture.xml \
- frameworks/native/data/etc/android.software.sip.voip.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.sip.voip.xml \
- frameworks/native/data/etc/android.software.vulkan.deqp.level-2020-03-01.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/android.software.vulkan.deqp.level.xml \
- frameworks/native/data/etc/handheld_core_hardware.xml:$(TARGET_COPY_OUT_VENDOR)/etc/permissions/handheld_core_hardware.xml
diff --git a/platform/product_packages.mk b/platform/product_packages.mk
deleted file mode 100644
index cc71260..0000000
--- a/platform/product_packages.mk
+++ /dev/null
@@ -1,150 +0,0 @@
-### AUDIO
-PRODUCT_PACKAGES += \
- android.hardware.audio@6.0-impl:32 \
- android.hardware.audio.service
-
-PRODUCT_PACKAGES += \
- libaudioroute \
- libtinyalsa \
- libtinycompress
-
-PRODUCT_PACKAGES += \
- audio.r_submix.default \
- audio.usb.default
-
-PRODUCT_PACKAGES += \
- android.hardware.audio.effect@6.0-impl:32
-
-### BLUETOOTH
-PRODUCT_PACKAGES += \
- android.hardware.bluetooth@1.0-impl:64 \
- android.hardware.bluetooth@1.0-service \
- libbt-vendor
-
-PRODUCT_PACKAGES += \
- audio.a2dp.default \
- audio.bluetooth.default \
- android.hardware.bluetooth.a2dp@1.0 \
- android.hardware.bluetooth.audio@2.0 \
- android.hardware.bluetooth.audio@2.0-impl:32
-
-### CAMERA
-PRODUCT_PACKAGES += \
- android.hardware.camera.provider@2.5-service_64
-
-PRODUCT_PACKAGES += \
- Snap
-
-### DRM
-PRODUCT_PACKAGES += \
- android.hardware.drm@1.3-service.clearkey
-
-### BIOMETRICS
-PRODUCT_PACKAGES += \
- android.hardware.biometrics.face@1.0
-
-### FASTCHARGE
-PRODUCT_PACKAGES += \
- vendor.lineage.fastcharge@1.0-service.samsung
-
-### GATEKEEPER
-PRODUCT_PACKAGES += \
- android.hardware.gatekeeper@1.0-impl:64 \
- android.hardware.gatekeeper@1.0-service
-
-### GRAPHICS
-PRODUCT_PACKAGES += \
- android.hardware.graphics.allocator@2.0-impl:64 \
- android.hardware.graphics.allocator@2.0-service \
-
-PRODUCT_PACKAGES += \
- android.hardware.graphics.composer@2.2-service
-
-PRODUCT_PACKAGES += \
- android.hardware.graphics.mapper@2.0-impl \
- android.hardware.graphics.mapper@2.0-impl-2.1
-
-### HEALTH
-PRODUCT_PACKAGES += \
- android.hardware.health@2.1-impl:64 \
- android.hardware.health@2.1-service
-
-### HIDL
-PRODUCT_PACKAGES += \
- libhidltransport \
- libhidltransport.vendor \
- libhwbinder \
- libhwbinder.vendor
-
-### KEYMASTER
-PRODUCT_PACKAGES += \
- android.hardware.keymaster@4.0-service.samsung \
- libkeymaster4_1support.vendor:64
-
-### LIGHT
-PRODUCT_PACKAGES += \
- android.hardware.light@2.0-service.samsung
-
-### MEDIA
-PRODUCT_PACKAGES += \
- android.hardware.media.omx@1.0-service
-
-### MEMTRACK
-PRODUCT_PACKAGES += \
- android.hardware.memtrack@1.0-impl:64 \
- android.hardware.memtrack@1.0-service
-
-PRODUCT_PACKAGES += \
- libtextclassifier_hash.vendor
-
-### POWER
-PRODUCT_PACKAGES += \
- android.hardware.power-service.samsung-libperfmgr \
- libperfmgr.vendor:64 \
- pixel-power-ext-ndk_platform.vendor:64
-
-### RENDERSCRIPT
-PRODUCT_PACKAGES += \
- android.hardware.renderscript@1.0-impl
-
-### SENSORS
-PRODUCT_PACKAGES += \
- android.hardware.sensors@2.1-service.samsung-multihal
-
-PRODUCT_PACKAGES += \
- libsensorndkbridge
-
-### SHIMS
-PRODUCT_PACKAGES += \
- libshim_sensorndkbridge
-
-### SOUNDTRIGGER
-PRODUCT_PACKAGES += \
- android.hardware.soundtrigger@2.0-impl:32
-
-### TETHERING
-PRODUCT_PACKAGES += \
- TetheringConfigOverlay
-
-### THERMAL
-PRODUCT_PACKAGES += \
- android.hardware.thermal@2.0-service.samsung
-
-### TOUCH HAL
-PRODUCT_PACKAGES += \
- vendor.lineage.touch@1.0-service.samsung
-
-### USB
-PRODUCT_PACKAGES += \
- android.hardware.usb@1.1-service.typec
-
-### USB TRUST HAL
-PRODUCT_PACKAGES += \
- vendor.lineage.trust@1.0-service
-
-### WIFI
-PRODUCT_PACKAGES += \
- android.hardware.wifi@1.0-service \
- hostapd \
- WifiOverlay \
- wpa_supplicant
diff --git a/platform/recovery.mk b/platform/recovery.mk
deleted file mode 100644
index 719982c..0000000
--- a/platform/recovery.mk
+++ /dev/null
@@ -1,7 +0,0 @@
-### FASTBOOTD
-PRODUCT_PACKAGES += \
- fastbootd
-
-### RECOVERY
-PRODUCT_PACKAGES += \
- init.recovery.exynos9611.rc
diff --git a/recovery/Android.mk b/recovery/Android.mk
deleted file mode 100644
index af4e718..0000000
--- a/recovery/Android.mk
+++ /dev/null
@@ -1,33 +0,0 @@
-#
-# Copyright (C) 2020 The LineageOS 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.
-#
-
-LOCAL_PATH := $(call my-dir)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := init.recovery.exynos9611.rc
-LOCAL_SRC_FILES := etc/init.recovery.exynos9611.rc
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_RECOVERY_OUT)/root
-include $(BUILD_PREBUILT)
-
-include $(CLEAR_VARS)
-LOCAL_MODULE := ueventd.recovery.exynos9611.rc
-LOCAL_SRC_FILES := etc/ueventd.rc
-LOCAL_MODULE_STEM := ueventd
-LOCAL_MODULE_SUFFIX := rc
-LOCAL_MODULE_CLASS := ETC
-LOCAL_MODULE_PATH := $(TARGET_RECOVERY_OUT)/root
-include $(BUILD_PREBUILT)
diff --git a/recovery/etc/ueventd.rc b/recovery/etc/ueventd.rc
deleted file mode 100644
index cdcc5b2..0000000
--- a/recovery/etc/ueventd.rc
+++ /dev/null
@@ -1,87 +0,0 @@
-firmware_directories /etc/firmware/ /odm/firmware/ /vendor/firmware/ /firmware/image/
-uevent_socket_rcvbuf_size 16M
-
-subsystem graphics
- devname uevent_devpath
- dirname /dev/graphics
-
-subsystem drm
- devname uevent_devpath
- dirname /dev/dri
-
-subsystem input
- devname uevent_devpath
- dirname /dev/input
-
-subsystem sound
- devname uevent_devpath
- dirname /dev/snd
-
-# ueventd can only set permissions on device nodes and their associated
-# sysfs attributes, not on arbitrary paths.
-#
-# format for /dev rules: devname mode uid gid
-# format for /sys rules: nodename attr mode uid gid
-# shortcut: "mtd@NN" expands to "/dev/mtd/mtdNN"
-
-/dev/null 0666 root root
-/dev/zero 0666 root root
-/dev/full 0666 root root
-/dev/ptmx 0666 root root
-/dev/tty 0666 root root
-/dev/random 0666 root root
-/dev/urandom 0666 root root
-# Make HW RNG readable by group system to let EntropyMixer read it.
-/dev/hw_random 0440 root system
-/dev/ashmem 0666 root root
-/dev/binder 0666 root root
-/dev/hwbinder 0666 root root
-/dev/vndbinder 0666 root root
-/dev/ovr* 0664 root system
-/dev/tvr* 0664 root system
-
-/dev/pmsg0 0222 root log
-
-# kms driver for drm based gpu
-/dev/dri/* 0666 root graphics
-
-# these should not be world writable
-/dev/uhid 0660 uhid uhid
-/dev/uinput 0660 uhid uhid
-/dev/power_on_alarm 0220 system radio
-/dev/rtc0 0640 system system
-/dev/tty0 0660 root system
-/dev/ttySAC0 0660 root radio
-/dev/graphics/* 0660 root graphics
-/dev/input/* 0660 root input
-/dev/v4l-touch* 0660 root input
-/dev/snd/* 0660 system audio
-/dev/bus/usb/* 0660 root usb
-/dev/mtp_usb 0660 root mtp
-/dev/usb_accessory 0660 root usb
-/dev/tun 0660 system vpn
-
-# CDMA radio interface MUX
-/dev/ppp 0660 radio vpn
-
-# sysfs properties
-/sys/devices/platform/trusty.* trusty_version 0440 root log
-# Sensor
-/dev/input/event* 0660 system input
-/sys/devices/virtual/input/input* enable 0660 system input
-/sys/devices/virtual/input/input* poll_delay 0660 system input
-/sys/devices/virtual/usb_composite/* enable 0664 root system
-/sys/devices/system/cpu/cpu* cpufreq/scaling_max_freq 0664 system system
-/sys/devices/system/cpu/cpu* cpufreq/scaling_min_freq 0664 system system
-*/
-
-# Mobicore
-/dev/mobicore 0700 system system
-/dev/mobicore-user 0666 radio system
-
-# Secure MEM driver
-/dev/s5p-smem 0660 system system
-
-/*
-# USB
-/dev/ttyGS* 0660 system system