universal7885: tidy up tree

Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
roynatech2544 2021-12-12 20:58:32 +09:00
commit dffab3bb92
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
9 changed files with 6 additions and 505 deletions

View file

@ -1,21 +0,0 @@
cc_binary {
name: "android.hardware.keymaster@4.0-service.samsung",
defaults: ["hidl_defaults"],
proprietary: true,
init_rc: ["android.hardware.keymaster@4.0-service.samsung.rc"],
relative_install_path: "hw",
srcs: [
"service.cpp",
],
shared_libs: [
"liblog",
"libcutils",
"libhardware",
"libbase",
"libutils",
"libhidlbase",
"android.hardware.keymaster@4.0",
"libskeymaster4device",
"libkeymaster4",
],
}

View file

@ -14,8 +14,6 @@
# limitations under the License.
#
ifeq ($(TARGET_KEYMASTER_VARIANT),samsung)
LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
@ -42,5 +40,3 @@ LOCAL_MODULE_OWNER := samsung
LOCAL_VENDOR_MODULE := true
include $(BUILD_EXECUTABLE)
endif # TARGET_KEYMASTER_VARIANT