瀏覽代碼

readme: remove unneded instructions

ivanmeler 7 年之前
父節點
當前提交
cb31afd772
共有 1 個文件被更改,包括 0 次插入19 次删除
  1. 0 19
      README.md

+ 0 - 19
README.md

@@ -1,21 +1,2 @@
 ## TWRP device tree for Galaxy S7 edge (International & Canadian Exynos)
 
-Add to `.repo/local_manifests/hero2lte.xml`:
-
-```xml
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest>
-	<project path="device/samsung/hero2lte" name="android_device_samsung_hero2lte" remote="TeamWin" revision="android-8.1" />
-</manifest>
-```
-
-Then run `repo sync` to check it out.
-
-To build:
-
-```sh
-. build/envsetup.sh
-lunch omni_hero2lte-eng
-make -j5 recoveryimage
-```
-