diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-08-21 14:11:34 -0700 |
|---|---|---|
| committer | Adam Shih <adamshih@google.com> | 2018-09-12 14:58:10 +0800 |
| commit | ee3cd865c02073aca71c56ee298246fe90dc8a0c (patch) | |
| tree | 927d08dbcd6a26e03b2cab5d256ce86c8d3e2b97 /usb | |
| parent | 3d5753cf139f9a46f21aa28701cc17e45b4661a8 (diff) | |
Use a single Soong namespace for device/google/crosshatch
Everything under this directory should be namespaced, as it's by
definition device-specific. But we don't need multiple namespaces here,
so move everything to a single namespace.
Bug: 114589535
Test: lunch crosshatch-userdebug; m nothing
Change-Id: Id80ba6370993cc013038f32a212a86cea7d8c4b2
Merged-In: Id80ba6370993cc013038f32a212a86cea7d8c4b2
(cherry picked from commit c845ca4ee15ad9244a7a50645fedadc63e294f95)
Diffstat (limited to 'usb')
| -rw-r--r-- | usb/Android.bp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/usb/Android.bp b/usb/Android.bp index 244630c..f3a0621 100644 --- a/usb/Android.bp +++ b/usb/Android.bp @@ -13,11 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Placing Crosshatch USB in it's own soong namespace -soong_namespace { - imports: ["hardware/google/interfaces",], -} - cc_binary { name: "android.hardware.usb@1.1-service.crosshatch", relative_install_path: "hw", |
