Last active
May 18, 2020 10:57
-
-
Save SubhrajyotiSen/a4527f82609f03a8bf4e48e6694ac142 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<manifest> | |
<project name="SubhrajyotiSen/private_whyred" path="device/xiaomi/whyred" remote="private" revision="audio" /> | |
<project | |
name= "SubhrajyotiSen/whyred" | |
path= "kernel/xiaomi/whyred" | |
remote="github" revision="pie" /> | |
<project | |
name= "LineageOS/android_packages_resources_devicesettings" | |
path= "packages/resources/devicesettings" | |
revision="lineage-16.0" | |
remote="github" /> | |
<project | |
name= "SubhrajyotiSen/vendor_whyred" | |
path= "vendor/xiaomi" | |
remote="github" revision="lineage-16.0" /> | |
<project | |
name = "PixelExperience-Devices/vendor_MiuiCamera" | |
path = "vendor/MiuiCamera" | |
remote = "github" | |
revision = "pie-whyred" /> | |
<remove-project path="prebuilts/clang/host/linux-x86" name="platform/prebuilts/clang/host/linux-x86" groups="pdk" remote="aosp" /> | |
<project path="prebuilts/clang/host/linux-x86" name="AOSiP/platform_prebuilts_clang_host_linux-x86" clone-depth="1" remote="github" revision="pie"/> | |
</manifest> |
I have updated the gist to my latest source
Thanks you!
One more thing, after check your local_manifst, I see you have reference to a private device tree that seem to be on github to but i am not sure if it is the same. On you github repos exist two device tree, private_whyred and android_device_xiaomi_whyred. What is the diference between private_whyred and android_device_xiaomi_whyred?.
After try with android_device_xiaomi_whyred there is selinux error, i am not sure what tree device are you using for your builds or you are using a private repo.
private_whyred
used to be private repo that I used to experiment with a few things. Since the fixes worked, I made it public and continued using it. I just forgot to update the name
Thanks a lot!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is this the latest manifest for build lineage? Or have you update it?
Thanks for your work!