diff options
Diffstat (limited to 'ir/aidl/Android.bp')
-rw-r--r-- | ir/aidl/Android.bp | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/ir/aidl/Android.bp b/ir/aidl/Android.bp index 6dacb858d2..5dbf68fdbe 100644 --- a/ir/aidl/Android.bp +++ b/ir/aidl/Android.bp @@ -12,6 +12,15 @@ // 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"], +} + aidl_interface { name: "android.hardware.ir", vendor_available: true, @@ -26,8 +35,7 @@ aidl_interface { }, ndk: { vndk: { - // TODO(b/206116595) enable this - enabled: false, + enabled: true, }, }, }, |