Skip to content

Commit 86388b5

Browse files
committed
Merge pull request #9 from Bunchies101/cm-11.0
ls
2 parents 4bba4d0 + e3533fd commit 86388b5

2 files changed

Lines changed: 70 additions & 0 deletions

File tree

liquid.dependencies

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
[
2+
{
3+
"remote": "gh",
4+
"repository": "vigor/android_hardware_qcom_media-legacy",
5+
"target_path": "hardware/qcom/media-legacy",
6+
"revision": "cm-11.0_hybrid"
7+
},
8+
{
9+
"remote": "gh",
10+
"repository": "vigor/android_hardware_qcom_display-legacy",
11+
"target_path": "hardware/qcom/display-legacy",
12+
"revision": "cm-11.0_hybrid"
13+
},
14+
{
15+
"remote": "gh",
16+
"repository": "vigor/android_device_htc_msm8660-common",
17+
"target_path": "device/htc/msm8660-common",
18+
"revision": "cm-11.0_hybrid"
19+
},
20+
{
21+
"remote": "gh",
22+
"repository": "vigor/vigor_aosp_kernel",
23+
"target_path": "kernel/htc/vigor-3.0",
24+
"revision": "cm-11.0_hybrid"
25+
},
26+
{
27+
"remote": "gh",
28+
"repository": "vigor/vendor_htc_vigor",
29+
"target_path": "vendor/htc/vigor",
30+
"revision": "cm-11.0_hybrid"
31+
},
32+
{
33+
"remote": "gh",
34+
"repository": "vigor/android_packages_apps_Camera2",
35+
"target_path": "packages/apps/Camera2",
36+
"revision": "cm-11.0_hybrid"
37+
},
38+
{
39+
"remote": "gh",
40+
"repository": "IAmTheOneTheyCallNeo/android_hardware_qcom_gps",
41+
"target_path": "hardware/qcom/gps",
42+
"revision": "tachyon-2.0"
43+
},
44+
{
45+
"remote": "gh",
46+
"repository": "vigor/device_htc_vigor",
47+
"target_path": "device/htc/vigor",
48+
"revision": "cm-11.0"
49+
}
50+
]

liquid.mk

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
$(call inherit-product, device/htc/vigor/vigor.mk)
2+
3+
# Boot animation
4+
TARGET_SCREEN_HEIGHT := 1280
5+
TARGET_SCREEN_WIDTH := 720
6+
7+
# Device naming
8+
PRODUCT_NAME := liquid_vigor
9+
PRODUCT_BRAND := htc
10+
PRODUCT_DEVICE := vigor
11+
PRODUCT_MODEL := ADR6425LVW
12+
PRODUCT_MANUFACTURER := HTC
13+
14+
PRODUCT_BUILD_PROP_OVERRIDES += PRODUCT_NAME=htc_vigor BUILD_ID=IML74K BUILD_FINGERPRINT="verizon_wwe/htc_vigor/vigor:4.0.3/IML74K/570011.14:user/release-keys" PRIVATE_BUILD_DESC="4.05.605.14 CL570011 release-keys"
15+
16+
PRODUCT_GMS_CLIENTID_BASE := android-verizon
17+
18+
# Release name
19+
PRODUCT_RELEASE_NAME := Vigor
20+
-include vendor/liquid/config/common_phone.mk

0 commit comments

Comments
 (0)