Skip to content
Snippets Groups Projects
Commit aab251fe authored by Keun young Park's avatar Keun young Park Committed by Keun-young Park
Browse files

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
parent 1639ba3d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment