-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrm-darwin.xml
More file actions
19 lines (19 loc) · 926 Bytes
/
rm-darwin.xml
File metadata and controls
19 lines (19 loc) · 926 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (C) 2021 DerpFest
~ Copyright (C) 2021 KudProject Development
~
~ SPDX-License-Identifier: Apache-2.0
-->
<manifest>
<!-- Remove Darwin prebuilts -->
<remove-project name="platform/prebuilts/bazel/darwin-x86_64" />
<remove-project name="platform/prebuilts/clang/host/darwin-x86" />
<remove-project name="android_prebuilts_gcc_darwin-x86_aarch64_aarch64-linux-android-4.9" />
<remove-project name="android_prebuilts_gcc_darwin-x86_arm_arm-linux-androideabi-4.9" />
<remove-project name="platform/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1" />
<remove-project name="android_prebuilts_gcc_darwin-x86_x86_x86_64-linux-android-4.9" />
<remove-project name="platform/prebuilts/gdb/darwin-x86" />
<remove-project name="platform/prebuilts/go/darwin-x86" />
<remove-project name="platform/prebuilts/python/darwin-x86/2.7.5" />
</manifest>