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

Commit 80e071d1 authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Reland "Remove product_is_iot.""

parents ec5fc708 1f3a2399
Loading
Loading
Loading
Loading
+0 −13
Original line number Diff line number Diff line
@@ -59,17 +59,6 @@ type variableProperties struct {
			Cflags []string
		}

		// Product_is_iot is true for Android Things devices.
		Product_is_iot struct {
			Cflags       []string
			Enabled      bool
			Exclude_srcs []string
			Init_rc      []string
			Shared_libs  []string
			Srcs         []string
			Static_libs  []string
		}

		// treble_linker_namespaces is true when the system/vendor linker namespace separation is
		// enabled.
		Treble_linker_namespaces struct {
@@ -262,8 +251,6 @@ type productVariables struct {

	Override_rs_driver *string `json:",omitempty"`

	Product_is_iot *bool `json:",omitempty"`

	Fuchsia *bool `json:",omitempty"`

	DeviceKernelHeaders []string `json:",omitempty"`