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

Commit 38bc8a87 authored by John Reck's avatar John Reck
Browse files

Add default_teams

Test: n/a
Change-Id: I6c2426303194df4b94f6181f4b5c71970bc5f7fd
parent 814bc8bf
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

package {
    default_applicable_licenses: ["frameworks_native_libs_arect_license"],
    default_team: "trendy_team_android_core_graphics_stack",
}

// Added automatically by a large-scale-change
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@ package {
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_native_license"],
    default_team: "trendy_team_android_core_graphics_stack",
}

cc_library_headers {
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

package {
    default_applicable_licenses: ["frameworks_native_license"],
    default_team: "trendy_team_android_core_graphics_stack",
}

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

package {
    default_applicable_licenses: ["frameworks_native_license"],
    default_team: "trendy_team_android_core_graphics_stack",
}

android_app {
    name: "BufferStreamsDemoApp",
    srcs: ["java/**/*.kt"],
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

package {
    default_applicable_licenses: ["frameworks_native_license"],
    default_team: "trendy_team_android_core_graphics_stack",
}

cc_library_shared {
    name: "libbufferstreamdemoapp",
    cflags: [
Loading