Common Device Tree for Samsung S7 QCOM
3cc30466c5
Done so many jobs to boot... - SELinux permissive - Fix/Update init scripts - Edit the file system list for working anyway in the faced situation but it has to be optimized later - Optimize vendor files and add unsure binary files for debugging - Remove unused packages - Build Camera packages itself but not working curretly - Update manifest from the CTD1 OTA firwmare - Optimize manifest - Optimize SELinux properties a little Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I4c134c6fb89e646fdba39590b6b80c4027eb2c71 |
||
---|---|---|
audio | ||
bluetooth | ||
configs | ||
display | ||
idc | ||
include | ||
keylayout | ||
libhidl | ||
media | ||
overlay | ||
overlay-lineage | ||
recovery/root | ||
rootdir | ||
seccomp | ||
sepolicy | ||
vndk | ||
wifi | ||
Android.bp | ||
Android.mk | ||
AndroidProducts.mk | ||
BoardConfig.mk | ||
compatibility_matrix.xml | ||
config.fs | ||
device.mk | ||
extract-files.sh | ||
framework_manifest.xml | ||
lineage.dependencies | ||
lineage_gts3llte.mk | ||
manifest.xml | ||
proprietary-files.txt | ||
README.md | ||
setup-makefiles.sh | ||
system.prop | ||
update-sha1sums.py |
Device configuration for the Samsung Galaxy Tab S3 LTE
Copyright (C) 2017 The LineageOS Project Copyright (C) 2018 Valera Chigir valera1978@tut.by
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
-
Description
This repository is for LineageOS on Samsung Galaxy Tab S3 LTE (gts3llte)
-
How To Build LineageOS for Samsung Galaxy Tab S3 LTE
- Make a workspace
mkdir cm17 cd cm17
- Do repo init & sync
repo init -u git://github.com/LineageOS/android.git -b lineage-16.0
- Create .repo/local_manifests/roomservice.xml with the following content:
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
<project name="Valera1978/android_device_samsung_gts3llte" path="device/samsung/gts3llte" remote="github" />
<project name="Valera1978/android_kernel_samsung_msm8996" path="kernel/samsung/msm8996" remote="github" />
<project name="Valera1978/android_vendor_samsung_gts3llte" path="vendor/samsung/gts3llte" remote="github" />
<project name="LineageOS/android_hardware_samsung" path="hardware/samsung" remote="github" />
</manifest>
repo sync
- Copy proprietary vendor files
There are two options to to that. Connect your device with adb enabled and run:
./extract-files.sh
Or if you have the system image unpacked on your disk, then simply run:
STOCK_ROM_DIR=/path/to/system ./extract-files.sh
- Setup environment
. build/envsetup.sh
- Build lineage 16.0
brunch gts3llte