Loading Android.bp +0 −17 Original line number Original line Diff line number Diff line Loading @@ -454,15 +454,6 @@ java_library { ], ], } } filegroup { name: "framework-all-sources", srcs: [ ":framework-mime-sources", ":framework-non-updatable-sources", ":framework-updatable-sources", ], } // AIDL files under these paths are mixture of public and private ones. // AIDL files under these paths are mixture of public and private ones. // They shouldn't be exported across module boundaries. // They shouldn't be exported across module boundaries. java_defaults { java_defaults { Loading Loading @@ -1229,14 +1220,6 @@ filegroup { ], ], } } // Creates an index of AIDL methods; used for adding UnsupportedAppUsage // annotations to private apis aidl_mapping { name: "framework-aidl-mappings", srcs: [":framework-all-sources"], output: "framework-aidl-mappings.txt", } // 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
Android.bp +0 −17 Original line number Original line Diff line number Diff line Loading @@ -454,15 +454,6 @@ java_library { ], ], } } filegroup { name: "framework-all-sources", srcs: [ ":framework-mime-sources", ":framework-non-updatable-sources", ":framework-updatable-sources", ], } // AIDL files under these paths are mixture of public and private ones. // AIDL files under these paths are mixture of public and private ones. // They shouldn't be exported across module boundaries. // They shouldn't be exported across module boundaries. java_defaults { java_defaults { Loading Loading @@ -1229,14 +1220,6 @@ filegroup { ], ], } } // Creates an index of AIDL methods; used for adding UnsupportedAppUsage // annotations to private apis aidl_mapping { name: "framework-aidl-mappings", srcs: [":framework-all-sources"], output: "framework-aidl-mappings.txt", } // 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