Add com.android.car.framework to platform-bootclasspath

- Car framework apex includes car api which goes into bootclasspath
- This exists only in car product.

Bug: 202345178
Test: boot up + car api tests
Change-Id: I8808b275da7736526a2263b5f59799116f09c315
This commit is contained in:
Keun young Park
2021-10-05 16:21:12 -07:00
committed by Keun-young Park
parent 1639ba3d95
commit aab251fe6f

View File

@@ -107,6 +107,11 @@ platform_bootclasspath {
apex: "com.android.wifi",
module: "com.android.wifi-bootclasspath-fragment",
},
// only used for auto
{
apex: "com.android.car.framework",
module: "com.android.car.framework-bootclasspath-fragment",
},
],
// Additional information needed by hidden api processing.