Loading Android.bp +55 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,61 @@ java_defaults { ], aidl: { generate_get_transaction_name: true, enforce_permissions: true, enforce_permissions_exceptions: [ // Do not add entries to this list. ":framework-annotations", ":framework-blobstore-sources", ":framework-connectivity-tiramisu-sources", ":framework-core-sources", ":framework-drm-sources", ":framework-graphics-nonupdatable-sources", ":framework-jobscheduler-sources", ":framework-keystore-sources", ":framework-identity-sources", ":framework-location-sources", ":framework-lowpan-sources", ":framework-mca-effect-sources", ":framework-mca-filterfw-sources", ":framework-mca-filterpacks-sources", ":framework-media-non-updatable-sources", ":framework-mms-sources", ":framework-omapi-sources", ":framework-opengl-sources", ":framework-rs-sources", ":framework-sax-sources", ":framework-telecomm-sources", ":framework-telephony-common-sources", ":framework-telephony-sources", ":framework-vcn-util-sources", ":framework-wifi-annotations", ":framework-wifi-non-updatable-sources", ":PacProcessor-aidl-sources", ":ProxyHandler-aidl-sources", ":net-utils-framework-common-srcs", ":platform-compat-native-aidl", ":credstore_aidl", ":dumpstate_aidl", ":framework_native_aidl", ":gatekeeper_aidl", ":gsiservice_aidl", ":idmap2_aidl", ":idmap2_core_aidl", ":incidentcompanion_aidl", ":inputconstants_aidl", ":installd_aidl", ":libaudioclient_aidl", ":libbinder_aidl", ":libbluetooth-binder-aidl", ":libcamera_client_aidl", ":libcamera_client_framework_aidl", ":libupdate_engine_aidl", ":logd_aidl", ":resourcemanager_aidl", ":storaged_aidl", ":vold_aidl", ":deviceproductinfoconstants_aidl", ], local_include_dirs: [ "media/aidl", ], Loading Loading
Android.bp +55 −0 Original line number Diff line number Diff line Loading @@ -265,6 +265,61 @@ java_defaults { ], aidl: { generate_get_transaction_name: true, enforce_permissions: true, enforce_permissions_exceptions: [ // Do not add entries to this list. ":framework-annotations", ":framework-blobstore-sources", ":framework-connectivity-tiramisu-sources", ":framework-core-sources", ":framework-drm-sources", ":framework-graphics-nonupdatable-sources", ":framework-jobscheduler-sources", ":framework-keystore-sources", ":framework-identity-sources", ":framework-location-sources", ":framework-lowpan-sources", ":framework-mca-effect-sources", ":framework-mca-filterfw-sources", ":framework-mca-filterpacks-sources", ":framework-media-non-updatable-sources", ":framework-mms-sources", ":framework-omapi-sources", ":framework-opengl-sources", ":framework-rs-sources", ":framework-sax-sources", ":framework-telecomm-sources", ":framework-telephony-common-sources", ":framework-telephony-sources", ":framework-vcn-util-sources", ":framework-wifi-annotations", ":framework-wifi-non-updatable-sources", ":PacProcessor-aidl-sources", ":ProxyHandler-aidl-sources", ":net-utils-framework-common-srcs", ":platform-compat-native-aidl", ":credstore_aidl", ":dumpstate_aidl", ":framework_native_aidl", ":gatekeeper_aidl", ":gsiservice_aidl", ":idmap2_aidl", ":idmap2_core_aidl", ":incidentcompanion_aidl", ":inputconstants_aidl", ":installd_aidl", ":libaudioclient_aidl", ":libbinder_aidl", ":libbluetooth-binder-aidl", ":libcamera_client_aidl", ":libcamera_client_framework_aidl", ":libupdate_engine_aidl", ":logd_aidl", ":resourcemanager_aidl", ":storaged_aidl", ":vold_aidl", ":deviceproductinfoconstants_aidl", ], local_include_dirs: [ "media/aidl", ], Loading