35 lines
920 B
Diff
35 lines
920 B
Diff
From 118c50ce5f193fbb177c871bbf23b8de5d4e2121 Mon Sep 17 00:00:00 2001
|
|
From: harvey186 <harvey186@hotmail.com>
|
|
Date: Wed, 11 Oct 2023 07:29:01 +0200
|
|
Subject: [PATCH] HealthFitness disabling
|
|
|
|
Change-Id: Ie946fd1128f26d44f53485d9101ba5481895b606
|
|
---
|
|
Android.bp | 13 -------------
|
|
1 file changed, 13 deletions(-)
|
|
|
|
diff --git a/Android.bp b/Android.bp
|
|
index d3484ce3..352a4adb 100644
|
|
--- a/Android.bp
|
|
+++ b/Android.bp
|
|
@@ -13,16 +13,3 @@
|
|
// See the License for the specific language governing permissions and
|
|
// limitations under the License.
|
|
|
|
-package {
|
|
- default_visibility: [":__subpackages__"],
|
|
- default_applicable_licenses: ["packages_modules_HealthFitness_license"],
|
|
-}
|
|
-
|
|
-license {
|
|
- name: "packages_modules_HealthFitness_license",
|
|
- visibility: [":__subpackages__"],
|
|
- license_kinds: [
|
|
- "SPDX-license-identifier-Apache-2.0",
|
|
- "SPDX-license-identifier-BSD",
|
|
- ],
|
|
-}
|
|
--
|
|
2.34.1
|
|
|