diff options
| author | Kyle Repinski <repinski23@gmail.com> | 2014-07-08 11:05:20 -0500 |
|---|---|---|
| committer | Kyle Repinski <repinski23@gmail.com> | 2014-07-08 11:05:20 -0500 |
| commit | 69a310bcd6a8700f8d2600e61001d52cf95c0fe5 (patch) | |
| tree | f9220a0ff68f91cc046a87c914cf5973264f1f0a | |
| parent | 2263cd9b3aa90e48f44549ef764fa56ae0f621d9 (diff) | |
Switch other repos to omni-4.4-pvr, and syntax fix.
| -rw-r--r-- | omni.dependencies | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/omni.dependencies b/omni.dependencies index 84f36b3..d104957 100644 --- a/omni.dependencies +++ b/omni.dependencies @@ -1,11 +1,13 @@ [ { "repository": "android_device_samsung_tuna", - "target_path": "device/samsung/tuna" + "target_path": "device/samsung/tuna", + "revision": "omni-4.4-pvr" }, { "repository": "android_kernel_samsung_tuna", - "target_path": "kernel/samsung/tuna" + "target_path": "kernel/samsung/tuna", + "revision": "omni-4.4-pvr" }, { "repository": "proprietary_vendor_broadcom", @@ -13,7 +15,7 @@ }, { "repository": "proprietary_vendor_imgtec", - "target_path": "vendor/imgtec" + "target_path": "vendor/imgtec", "revision": "omni-4.4-pvr" }, { |
