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

Commit ada0d396 authored by Winson's avatar Winson
Browse files

Add missing Resources OWNERS to FrameworksCoreTests

Alos moves the OverlayConfig stuff into a subpackage, so the new OWNERS
file can live there instead of the parent com.android.internal.content.

Bug: 189988918

Test: none, OWNERS

Change-Id: Iba0b1866683f96beea2df4e97ca436700fe46457
parent 79ce03a8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
include /core/java/android/content/res/OWNERS
+1 −0
Original line number Diff line number Diff line
include /core/java/android/content/res/OWNERS
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (C) 2020 The Android Open Source Project
 * Copyright (C) 2021 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.internal.content;
package com.android.internal.content.res;

import static org.mockito.ArgumentMatchers.any;
import static org.mockito.Mockito.doAnswer;
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (C) 2020 The Android Open Source Project
 * Copyright (C) 2021 The Android Open Source Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
@@ -14,7 +14,7 @@
 * limitations under the License.
 */

package com.android.internal.content;
package com.android.internal.content.res;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;