Common Device Tree for Samsung S7 QCOM
Find a file
Deokgyu Yang 5027e3611e Specify OS version when the product launched
Signed-off-by: Deokgyu Yang <secugyu@gmail.com>
Change-Id: I706aa6e4e993e80677af35ec8f13beee3ca68b6b
2021-05-11 00:24:34 +09:00
bluetooth init q 2019-10-11 15:28:34 +03:00
configs update interfaces 2019-12-06 13:33:45 +03:00
gps gps: Add libprocessgroup dependency 2019-12-06 13:03:51 +03:00
include cleanup 2019-12-06 13:09:29 +03:00
libhidl update vndk/hudl stuff 2019-12-06 13:26:12 +03:00
overlay Add a new list of pinned file for the JIT in zygote experiment. 2019-12-06 13:14:14 +03:00
rootdir Bring sensors back to life 2019-12-06 13:17:14 +03:00
seccomp_policy init 16.0 2019-02-11 23:56:38 +03:00
sepolicy update sepolicy 2019-12-06 13:18:49 +03:00
vndk Use prebuilt VNDK libraries 2021-05-10 23:47:03 +09:00
wifi init q 2019-10-11 15:28:34 +03:00
Android.bp Add explicit Android blueprint to the root location 2021-05-10 23:39:18 +09:00
Android.mk init q 2019-10-11 15:28:34 +03:00
AndroidProducts.mk init q 2019-10-11 15:28:34 +03:00
BoardConfig.mk Fix SEPolicy include path 2021-05-10 23:39:18 +09:00
config.fs init q 2019-10-11 15:28:34 +03:00
device.mk Specify OS version when the product launched 2021-05-11 00:24:34 +09:00
extract-files.sh Copy the latest extract tools from LineageOS tools 2021-05-10 23:11:20 +09:00
lineage.dependencies Remove all entries from dependencies 2021-05-10 23:39:18 +09:00
lineage_gts3llte.mk Add LineageOS license 2021-05-11 00:22:48 +09:00
proprietary-files.txt Update proprietary files list which is still working in progress 2021-05-10 23:11:19 +09:00
README.md init q 2019-10-11 15:28:34 +03:00
setup-makefiles.sh Copy the latest extract tools from LineageOS tools 2021-05-10 23:11:20 +09:00
system.prop Enable Codec2 2019-12-06 13:22:32 +03:00
update-sha1sums.py init for lineage-15.1 2018-07-19 13:48:02 +03:00

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