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

Commit 73ea6a3c authored by Colin Cross's avatar Colin Cross
Browse files

Don't install android_library modules

Skip dexing and installing android_library modules, the platform
can't load them directly anyways.

Test: m checkbuild
Change-Id: I4940569f0deb0eefbe52ac1bee6a32a8b2a2c5be
parent 4bf3d338
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -323,6 +323,7 @@ func AndroidLibraryFactory() android.Module {
		&module.androidLibraryProperties)

	module.androidLibraryProperties.BuildAAR = true
	module.properties.Installable = proptools.BoolPtr(false)

	android.InitAndroidArchModule(module, android.DeviceSupported, android.MultilibCommon)
	return module