Adding build constraints for Windows libraries.

PiperOrigin-RevId: 387886701
This commit is contained in:
Matt LaPlante
2021-07-30 14:45:31 -07:00
committed by Copybara-Service
parent f53340d9b0
commit 2b194db8e7
7 changed files with 14 additions and 0 deletions

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package bitlocker provides functionality for managing Bitlocker.
package bitlocker

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package device supports querying information about the local device.
package device

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package eventlog provides an interface to the Windows Event Log.
package eventlog

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package identity provides helpers for managing host identity.
package identity

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package power provides utilities for managing system power state.
package power

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package registry provides registry interactions for Updater.
package registry

View File

@@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
// +build windows
// Package storage provides storage management functionality.
package storage