From 1f3a239953204913651c1d7c46af231c0e6a55c6 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Thu, 1 Aug 2019 14:42:12 +0000 Subject: [PATCH] Reland "Remove product_is_iot." This reverts commit 5089c11b1ebb42e1e87c251dfa5e8353cd236227. Change-Id: Iaedc22e63560a01ab01859982dc627569a421025 Test: treehugger --- android/variable.go | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/android/variable.go b/android/variable.go index e9379b792..bfff81ca4 100644 --- a/android/variable.go +++ b/android/variable.go @@ -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"`