diff options
Diffstat (limited to 'ir/1.0/default/Android.bp')
-rw-r--r-- | ir/1.0/default/Android.bp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ir/1.0/default/Android.bp b/ir/1.0/default/Android.bp index 80e0f3c88c..9b99f13da6 100644 --- a/ir/1.0/default/Android.bp +++ b/ir/1.0/default/Android.bp @@ -12,6 +12,15 @@ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. +package { + // See: http://go/android-license-faq + // A large-scale-change added 'default_applicable_licenses' to import + // all of the 'license_kinds' from "hardware_interfaces_license" + // to get the below license kinds: + // SPDX-license-identifier-Apache-2.0 + default_applicable_licenses: ["hardware_interfaces_license"], +} + cc_library_shared { name: "android.hardware.ir@1.0-impl", defaults: ["hidl_defaults"], |