Lenovo TB-8504F
Device configuration for the Lenovo TB-8504F
Copyright (C) 2017 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
-
Description
This repository is for LineageOS on Lenovo TB-8504F (tb8504f)
-
How To Build LineageOS for Lenovo TB-8504F
- Make a workspace
mkdir cm16 cd cm16
- 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="lenovo-devs/android_device_lenovo_TBX704" path="device/lenovo/TBX704" remote="github" />
<project name="lenovo-devs/android_device_lenovo_tb-common" path="device/lenovo/tb-common" remote="github" />
<project name="lenovo-devs/android_kernel_lenovo_msm8953" path="kernel/lenovo/msm8953" remote="github" />
<!-- Vendor -->
<project name="lenovo-devs/proprietary_vendor_lenovo" path="vendor/lenovo" 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 cm16
brunch tb8504f