sm7125-common: RealmeParts: Drop dependencies
Signed-off-by: debdeep199x <debdeep199x@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user