Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit b850b7db authored by Bob Badour's avatar Bob Badour Committed by Michael Bestas
Browse files

[LSC] Add LOCAL_LICENSE_KINDS to packages/apps/Gallery2

Added SPDX-license-identifier-Apache-2.0 to:
  Android.bp
  gallerycommon/Android.bp
  jni/Android.bp
  jni_jpegstream/Android.bp

Bug: 68860345
Bug: 151177513
Bug: 151953481

Test: m all

Exempt-From-Owner-Approval: janitorial work
Change-Id: I01b3d0c2ee45d0b9cc9cf720f31d6b6bda40b3fd
parent 8f2a975d
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

android_app {
    name: "Gallery2",

+4 −0
Original line number Diff line number Diff line
@@ -12,6 +12,10 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

java_library {
    name: "com.android.gallery3d.common2",
    srcs: ["src/**/*.java"],
+4 −0
Original line number Diff line number Diff line
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_defaults {
    name: "gallery2_jni_defaults",
    system_ext_specific: true,
+4 −0
Original line number Diff line number Diff line
// Jpeg Streaming native
package {
    default_applicable_licenses: ["Android-Apache-2.0"],
}

cc_library_shared {
    name: "libjni_gallery_jpegstream",
    system_ext_specific: true,