Skip to content

Commit

Permalink
chiron: Convert wifi-mac-generator Android.mk to bp
Browse files Browse the repository at this point in the history
Change-Id: Id6ffa6296633c5e1e42a3edd566e7150180e690c
  • Loading branch information
mikeNG authored and BYZYB committed Jan 1, 2025
1 parent ecd121a commit 3ef94c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
11 changes: 11 additions & 0 deletions wifi-mac-generator/Android.bp
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
//
// SPDX-FileCopyrightText: 2024 The LineageOS Project
// SPDX-License-Identifier: Apache-2.0
//

sh_binary {
name: "wifi-mac-generator",
src: "wifi-mac-generator.sh",
init_rc: ["wifi-mac-generator.rc"],
vendor: true,
}
9 changes: 0 additions & 9 deletions wifi-mac-generator/Android.mk

This file was deleted.

0 comments on commit 3ef94c3

Please sign in to comment.