Loading core/java/Android.bp +0 −20 Original line number Original line Diff line number Diff line Loading @@ -281,26 +281,6 @@ aidl_interface { }, }, } } // Build C++ bindings for OtaDexopt services. Needed by otapreopt_chroot aidl_interface { name: "ota_dexopt_aidl_interface", unstable: true, srcs: [ "android/content/pm/IOtaDexopt.aidl", ], backend: { java: { sdk_version: "28", }, cpp: { enabled: true, }, ndk: { enabled: false, }, }, } // Avoid including Parcelable classes as we don't want to have two copies of // Avoid including Parcelable classes as we don't want to have two copies of // Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony) // Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony) // and TeleService app (packages/services/Telephony). // and TeleService app (packages/services/Telephony). Loading Loading
core/java/Android.bp +0 −20 Original line number Original line Diff line number Diff line Loading @@ -281,26 +281,6 @@ aidl_interface { }, }, } } // Build C++ bindings for OtaDexopt services. Needed by otapreopt_chroot aidl_interface { name: "ota_dexopt_aidl_interface", unstable: true, srcs: [ "android/content/pm/IOtaDexopt.aidl", ], backend: { java: { sdk_version: "28", }, cpp: { enabled: true, }, ndk: { enabled: false, }, }, } // Avoid including Parcelable classes as we don't want to have two copies of // Avoid including Parcelable classes as we don't want to have two copies of // Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony) // Parcelable cross the libraries. This is used by telephony-common (frameworks/opt/telephony) // and TeleService app (packages/services/Telephony). // and TeleService app (packages/services/Telephony). Loading