• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<config>
3    <!-- treble_manifest_split config for aosp_arm64. -->
4
5    <!-- ============================================================= -->
6
7    <!-- Add projects that provide modules required for build success, but
8         are not detected automatically by the tool. -->
9
10    <!-- Lots of modules require py3-stdlib -->
11    <add_project name="platform/external/python/cpython3" />
12
13    <!-- bionic/libc:libc_jemalloc_wrapper requires libjemalloc5 -->
14    <add_project name="platform/external/jemalloc_new" />
15
16    <!-- libcore/ojluni:ojluni-phony requires art-notices-for-framework-stubs-jar -->
17    <add_project name="platform/prebuilts/module_sdk/art" />
18
19    <!-- Provides executable "as", needed by clang for some modules. -->
20    <add_project name="platform/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.9" />
21
22    <!-- ============================================================= -->
23
24    <!-- Remove some device projects that the tool included due to Kati makefile
25         scanning, but are not required to build aosp_arm64. -->
26    <remove_project name="device/generic/goldfish" />
27    <remove_project name="device/generic/goldfish-opengl" />
28    <remove_project name="device/google/atv" />
29    <remove_project name="device/google/trout" />
30    <remove_project name="device/ti/beagle-x15" />
31
32</config>
33
34