Revert "Add telephony feature flag lib"
This reverts commit 82cd3010dc5934baa1492ae073c363c262b119d3.
Reason for revert: Putting to framework/opt/telephony
Change-Id: I4a9de4197fb27cb1e2a53deed9d5cccada058dae
diff --git a/Android.bp b/Android.bp
index 0dab95d..dc35c5d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -43,8 +43,7 @@
"PlatformProperties",
"modules-utils-os",
"nist-sip",
- "service-entitlement",
- "telephony_flags-lib",
+ "service-entitlement"
],
srcs: [
diff --git a/flags/Android.bp b/flags/Android.bp
deleted file mode 100644
index 25ddbf9..0000000
--- a/flags/Android.bp
+++ /dev/null
@@ -1,32 +0,0 @@
-//
-// Copyright (C) 2023 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.
-// You may obtain a copy of the License at
-//
-// http://www.apache.org/licenses/LICENSE-2.0
-//
-// Unless required by applicable law or agreed to in writing, software
-// distributed under the License is distributed on an "AS IS" BASIS,
-// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-// See the License for the specific language governing permissions and
-// limitations under the License.
-//
-
-package {
- default_applicable_licenses: ["Android-Apache-2.0"],
-}
-
-aconfig_declarations {
- name: "telephony_flags",
- package: "com.android.telephony.phone.flags",
- srcs: [
- "phone.aconfig",
- ],
-}
-
-java_aconfig_library {
- name: "telephony_flags-lib",
- aconfig_declarations: "telephony_flags"
-}
diff --git a/flags/phone.aconfig b/flags/phone.aconfig
deleted file mode 100644
index 014080f..0000000
--- a/flags/phone.aconfig
+++ /dev/null
@@ -1,8 +0,0 @@
-package: "com.android.telephony.phone.flags"
-
-flag {
- name: "work_profile_api_split"
- namespace: "telephony"
- description: "To support separation between personal and work from TelephonyManager and SubscriptionManager API perspective."
- bug: "296076674"
-}