Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84620032 authored by Aaron Huang's avatar Aaron Huang
Browse files

Add service-connectivity to legacy core platform list

It will use stable version of platform API to compile
if module is not in this list. However, service-connectivity
still has dependencies on legacy platform API so add
it into the list to use legacy platform API.

Bug: 158268939
Test: build pass if add service-connectivity into the list
      build fail without adding target into the list
Change-Id: I629ed1454def5cf8164a6079034e2c610ed0a554
parent ec47fe66
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ var legacyCorePlatformApiModules = []string{
	"saminterfacelibrary",
	"sammanagerlibrary",
	"service-blobstore",
	"service-connectivity",
	"service-jobscheduler",
	"services",
	"services.accessibility",