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

Commit f86d02b3 authored by Ronish Kalia's avatar Ronish Kalia Committed by Gerrit Code Review
Browse files

Merge "[DON'T BLOCK] Test ownership migration rules" into main

parents a38f2a99 3819e606
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3,6 +3,7 @@
// Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
// Build the binary to $(TARGET_OUT_DATA_NATIVE_TESTS)/$(LOCAL_MODULE)
// to integrate with auto-test framework.
// to integrate with auto-test framework.
package {
package {
    default_team: "trendy_team_android_core_graphics_stack",
    // See: http://go/android-license-faq
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_native_license"
    // all of the 'license_kinds' from "frameworks_native_license"
+1 −0
Original line number Original line Diff line number Diff line
@@ -18,6 +18,7 @@
 */
 */


package {
package {
    default_team: "trendy_team_haptics_framework",
    // See: http://go/android-license-faq
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_native_license"
    // all of the 'license_kinds' from "frameworks_native_license"
+1 −0
Original line number Original line Diff line number Diff line
package {
package {
    default_team: "trendy_team_input_framework",
    // See: http://go/android-license-faq
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_native_license"
    // all of the 'license_kinds' from "frameworks_native_license"
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
// limitations under the License.
// limitations under the License.


package {
package {
    default_team: "trendy_team_input_framework",
    // See: http://go/android-license-faq
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_native_license"
    // all of the 'license_kinds' from "frameworks_native_license"
+1 −0
Original line number Original line Diff line number Diff line
@@ -13,6 +13,7 @@
// limitations under the License.
// limitations under the License.


package {
package {
    default_team: "trendy_team_input_framework",
    // See: http://go/android-license-faq
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_native_license"
    // all of the 'license_kinds' from "frameworks_native_license"
Loading