sm7125-common: RealmeParts: Drop dependencies

Signed-off-by: debdeep199x <debdeep199x@gmail.com>
This commit is contained in:
Lucchetto
2022-08-23 11:30:10 +00:00
committed by debdeep199x
parent 1d0ffcd86d
commit fb8fdd42a8
2 changed files with 2 additions and 6 deletions

View File

@@ -21,11 +21,7 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := optional
LOCAL_STATIC_ANDROID_LIBRARIES := \
androidx.appcompat_appcompat \
androidx.legacy_legacy-support-v13 \
androidx.palette_palette \
androidx.preference_preference \
androidx.recyclerview_recyclerview
SettingsLib
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := RealmeParts
@@ -41,7 +37,6 @@ LOCAL_PROGUARD_ENABLED := disabled
LOCAL_DEX_PREOPT := false
LOCAL_PRIVATE_PLATFORM_APIS := true
include frameworks/base/packages/SettingsLib/common.mk
include $(BUILD_PACKAGE)

View File

@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:sharedUserId="android.uid.system"
package="org.aospextended.device"
android:versionCode="1"