소스 검색

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
-```
-