Seperate out repackaged Protobuf library in core

BUG: 296864329

TESTED: Ran ./gradlew :core:core-location-altitude:cC and it passed
Change-Id: Ibdb84453854eb74432b038fadb0aea9ead2541fe
diff --git a/settings.gradle b/settings.gradle
index 6de0bb10..776c5e4 100644
--- a/settings.gradle
+++ b/settings.gradle
@@ -618,6 +618,7 @@
 includeProject(":core:core-i18n", [BuildType.MAIN])
 includeProject(":core:core-ktx", [BuildType.MAIN, BuildType.GLANCE, BuildType.MEDIA, BuildType.FLAN, BuildType.COMPOSE])
 includeProject(":core:core-location-altitude", [BuildType.MAIN])
+includeProject(":core:core-location-altitude-external-protobuf", [BuildType.MAIN])
 includeProject(":core:core-location-altitude-proto", [BuildType.MAIN])
 includeProject(":core:core-performance", [BuildType.MAIN])
 includeProject(":core:core-performance:integration-tests:testapp", [BuildType.MAIN])