diff options
author | Colin Cross <ccross@android.com> | 2017-02-23 09:44:22 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-02-23 09:44:22 -0800 |
commit | d2906e5debf9325549523170b3a9680126ea6ef4 (patch) | |
tree | 2d1d64cc22299334c461fbbf6e186251e3c3e984 /android/variable.go | |
parent | fd96d2421a5057621c4bb0c1f0ea6808de555dca (diff) | |
download | android_build_soong-d2906e5debf9325549523170b3a9680126ea6ef4.tar.gz android_build_soong-d2906e5debf9325549523170b3a9680126ea6ef4.tar.bz2 android_build_soong-d2906e5debf9325549523170b3a9680126ea6ef4.zip |
Remove cpusets and schedboost product variables
They are no longer needed, remove them.
Bug: 35129304
Bug: 35128496
Test: builds
Change-Id: Ib144ddc2db40bc4f38a4e06ca40eabe85814e03c
Diffstat (limited to 'android/variable.go')
-rw-r--r-- | android/variable.go | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/android/variable.go b/android/variable.go index 29f7c318..68fa7cd0 100644 --- a/android/variable.go +++ b/android/variable.go @@ -54,14 +54,6 @@ type variableProperties struct { Cflags []string `android:"arch_variant"` } `android:"arch_variant"` - Cpusets struct { - Cflags []string - } - - Schedboost struct { - Cflags []string - } - Binder32bit struct { Cflags []string } @@ -118,8 +110,6 @@ type productVariables struct { Malloc_not_svelte *bool `json:",omitempty"` Safestack *bool `json:",omitempty"` HostStaticBinaries *bool `json:",omitempty"` - Cpusets *bool `json:",omitempty"` - Schedboost *bool `json:",omitempty"` Binder32bit *bool `json:",omitempty"` UseGoma *bool `json:",omitempty"` Debuggable *bool `json:",omitempty"` |