Rename car/app directories for automotive and projected.
car/app/app-activity -> car/app/app-automotive
car/app/app-property -> car/app/app-projected
Relnote: N/A
Bug: 187073611
Test: ./gradlew :car:app:app-automotive:checkApi && ./gradlew bOS
Test: ./gradlew :car:app:app-projected:checkApi && ./gradlew bOS
Change-Id: I9fcc5a7e255ceea7f4159633bb1123303dc2314b
diff --git a/settings.gradle b/settings.gradle
index 9c31229..aa48bce 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -218,8 +218,8 @@
includeProject(":camera:integration-tests:camera-testapp-view", "camera/integration-tests/viewtestapp", [BuildType.MAIN])
includeProject(":camera:integration-tests:camera-testlib-extensions", "camera/integration-tests/extensionstestlib", [BuildType.MAIN])
includeProject(":car:app:app", "car/app/app", [BuildType.MAIN])
-includeProject(":car:app:app-activity", "car/app/app-activity", [BuildType.MAIN])
-includeProject(":car:app:app-property", "car/app/app-property", [BuildType.MAIN])
+includeProject(":car:app:app-automotive", "car/app/app-automotive", [BuildType.MAIN])
+includeProject(":car:app:app-projected", "car/app/app-projected", [BuildType.MAIN])
includeProject(":car:app:app-samples:helloworld-automotive", "car/app/app-samples/helloworld/automotive", [BuildType.MAIN])
includeProject(":car:app:app-samples:helloworld-common", "car/app/app-samples/helloworld/common", [BuildType.MAIN])
includeProject(":car:app:app-samples:helloworld-mobile", "car/app/app-samples/helloworld/mobile", [BuildType.MAIN])