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

Commit e935950b authored by Makoto Onuki's avatar Makoto Onuki
Browse files

Change tests' package names

When we apply a new ravenizer tool on test jars, we want to avoid making
changes to ravenwood code, which is under `com.android.ravenood`,
`com.android.platform.test.ravenwood`, etc. (it's not consistent
unfortunately)

But we still want to apply it to ravenwood test code.

So let's make sure ravenwood tests don't share the same packages
as non-test code.

Flag: EXEMPT host side test change only
Bug: 292141694
Test: $ANDROID_BUILD_TOP/frameworks/base/ravenwood/scripts/run-ravenwood-tests.sh
Change-Id: I193f2a0bd715ffde0e28709b8b919e7d8738d7ab
parent 41ade60e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood;
package com.android.ravenwoodtest;

import android.platform.test.annotations.IgnoreUnderRavenwood;
import android.platform.test.ravenwood.RavenwoodRule;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood.resapk_test;
package com.android.ravenwoodtest.resapk_test;


import static junit.framework.TestCase.assertTrue;
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood.runtimetest;
package com.android.ravenwoodtest.runtimetest;

// Copied from libcore/luni/src/test/java/libcore/android/system/OsConstantsTest.java

+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.android.ravenwood.runtimetest;
package com.android.ravenwoodtest.runtimetest;

import static android.system.OsConstants.S_ISBLK;
import static android.system.OsConstants.S_ISCHR;