diff options
-rw-r--r-- | aosp.dependencies | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/aosp.dependencies b/aosp.dependencies new file mode 100644 index 0000000..93911d7 --- /dev/null +++ b/aosp.dependencies @@ -0,0 +1,26 @@ +[ + { + "remote": "pixel-devices", + "repository": "device_xiaomi_veux-kernel", + "target_path": "device/xiaomi/veux-kernel", + "branch": "thirteen" + }, + { + "remote": "pixel-devices", + "repository": "kernel_xiaomi_sm6375", + "target_path": "kernel/xiaomi/sm6375", + "branch": "thirteen" + }, + { + "remote": "pixel-devices-blobs", + "repository": "vendor_xiaomi_veux", + "target_path": "vendor/xiaomi/veux", + "branch": "thirteen" + }, + { + "remote": "pixel", + "repository": "android_hardware_xiaomi", + "target_path": "hardware/xiaomi", + "branch": "thirteen" + } +]
\ No newline at end of file |