| # Copyright 2024 The ChromiumOS Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| alias( | |
| name = "cros_sample_delegate", | |
| actual = "//delegate/sample:tensorflowlite_cros_sample_delegate", | |
| ) | |
| alias( | |
| name = "libnativewindow.so", | |
| actual = "//common:libnativewindow.so", | |
| ) | |
| alias( | |
| name = "async_delegate_test", | |
| actual = "//common:async_delegate_test", | |
| ) |