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

Commit 6515a252 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Allow proto properties in cc/java_defaults am: 6424d17a am: ac2205f7

am: 841d98f3

Change-Id: I2fe421e33b926b69dcb0144db3c832764d32f934
parents 0745c08d 841d98f3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1423,6 +1423,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
		&VndkProperties{},
		&LTOProperties{},
		&PgoProperties{},
		&android.ProtoProperties{},
	)

	android.InitDefaultsModule(module)
+1 −0
Original line number Diff line number Diff line
@@ -1280,6 +1280,7 @@ func DefaultsFactory(props ...interface{}) android.Module {
	module.AddProperties(
		&CompilerProperties{},
		&CompilerDeviceProperties{},
		&android.ProtoProperties{},
	)

	android.InitDefaultsModule(module)