diff options
author | Alexander Diewald <Diewi@diewald-net.com> | 2017-05-30 11:13:36 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-07 11:07:17 +0200 |
commit | 998044b58800d72f72ca91a2197de6221529d76e (patch) | |
tree | 4ff2b5f5725b4316f8d51c3f3534211c4d726798 /lineage.dependencies | |
parent | a693a856a539730188ec320f8cc526607ea7fca7 (diff) |
shinano: Add Timekeep.
Adds the init lines required to launch timekeep. They will be moved
to msm8974-common in future along with other qcom/msm8974-specific
init statements.
Change-Id: If21402553dbeaf77e40885dae58e9f376fe85798
Signed-off-by: Alexander Diewald <Diewi@diewald-net.com>
Diffstat (limited to 'lineage.dependencies')
-rw-r--r-- | lineage.dependencies | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lineage.dependencies b/lineage.dependencies index 5f6eec7..4b24bf5 100644 --- a/lineage.dependencies +++ b/lineage.dependencies @@ -10,5 +10,9 @@ { "repository": "android_hardware_broadcom_fm", "target_path": "hardware/broadcom/fm" + }, + { + "repository": "android_hardware_sony_timekeep", + "target_path": "hardware/sony/timekeep" } ] |