mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: interfaces: Add FM Radio HAL
Change-Id: Iae728e0cb37477c563c7d0b632bf894fb4219444 Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
982db08f83
commit
ebd1dbe38a
11 changed files with 433 additions and 0 deletions
15
Android.bp
Normal file
15
Android.bp
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
package {
|
||||
default_applicable_licenses: ["eureka_license"],
|
||||
}
|
||||
license {
|
||||
name: "eureka_license",
|
||||
visibility: [":__subpackages__"],
|
||||
license_kinds: [
|
||||
"SPDX-license-identifier-Apache-2.0",
|
||||
"SPDX-license-identifier-NCSA",
|
||||
],
|
||||
license_text: [
|
||||
"NOTICE",
|
||||
],
|
||||
}
|
||||
|
||||
Loading…
Reference in a new issue