universal7885: interfaces: Add FM Radio HAL

Change-Id: Iae728e0cb37477c563c7d0b632bf894fb4219444
Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2022-02-18 21:17:47 +09:00
commit ebd1dbe38a
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
11 changed files with 433 additions and 0 deletions

15
Android.bp Normal file
View 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",
],
}