Remove Fuchsia support from Soong
Bug: 194215932 Test: m checkbuild Change-Id: Id7d3964d9417f8b0938af9b168bb4c00cebe9390
This commit is contained in:
@@ -22,6 +22,7 @@ import (
|
||||
|
||||
"android/soong/apex"
|
||||
"android/soong/cc"
|
||||
|
||||
"github.com/google/blueprint"
|
||||
"github.com/google/blueprint/proptools"
|
||||
|
||||
@@ -1774,7 +1775,7 @@ func (s *sdk) getPossibleOsTypes() []android.OsType {
|
||||
var osTypes []android.OsType
|
||||
for _, osType := range android.OsTypeList() {
|
||||
if s.DeviceSupported() {
|
||||
if osType.Class == android.Device && osType != android.Fuchsia {
|
||||
if osType.Class == android.Device {
|
||||
osTypes = append(osTypes, osType)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user