Change 'staging' directory for TWRP extras

* .repo and .git are excluded from an "include
  all subdir makefiles" so use the
  Teamwin/.repo/... to avoid module/lib/etc
  'collisions'.
This commit is contained in:
nkk71 2017-12-05 19:43:42 +02:00
parent 7bb56ddd94
commit 0cdbf72b00
1 changed files with 4 additions and 4 deletions

View File

@ -14,14 +14,14 @@
<project path="system/security" name="platform/system/security" remote="aosp" revision="refs/tags/android-8.0.0_r34" />
<!-- weaver -->
<project path="TeamWin/AOSP/hardware/interfaces" name="platform/hardware/interfaces" remote="aosp" revision="refs/tags/android-8.0.0_r34" >
<!-- TeamWin/AOSP is just a staging directory -->
<project path="TeamWin/.repo/AOSP/hardware/interfaces" name="platform/hardware/interfaces" remote="aosp" revision="refs/tags/android-8.0.0_r34" >
<!-- TeamWin/.repo/AOSP is just a staging directory -->
<linkfile src="weaver" dest="hardware/interfaces/weaver" />
</project>
<!-- libkeyutils.so -->
<project path="TeamWin/AOSP/system/core" name="platform/system/core" remote="aosp" revision="refs/tags/android-8.0.0_r34" >
<!-- TeamWin/AOSP is just a staging directory -->
<project path="TeamWin/.repo/AOSP/system/core" name="platform/system/core" remote="aosp" revision="refs/tags/android-8.0.0_r34" >
<!-- TeamWin/.repo/AOSP is just a staging directory -->
<linkfile src="libkeyutils" dest="system/core/libkeyutils" />
</project>