Skip to content

Commit

Permalink
ingot: Switch to common lights HAL
Browse files Browse the repository at this point in the history
Change-Id: If515e7c3f6e5b6895076f1d8381fb2c22bd1b3de
  • Loading branch information
luk1337 authored and npjohnson committed Jan 29, 2025
1 parent 4a652f0 commit 37482a4
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 68 deletions.
37 changes: 0 additions & 37 deletions Android.bp
Original file line number Diff line number Diff line change
Expand Up @@ -26648,15 +26648,6 @@ dex_import {
system_ext_specific: true,
}

prebuilt_etc_xml {
name: "android.hardware.light-service.osom.xml",
owner: "osom",
src: "proprietary/vendor/etc/vintf/manifest/android.hardware.light-service.osom.xml",
filename_from_src: true,
sub_dir: "vintf/manifest",
soc_specific: true,
}

prebuilt_etc_xml {
name: "android.hardware.security.keymint-service-qti.xml",
owner: "osom",
Expand Down Expand Up @@ -27262,34 +27253,6 @@ cc_prebuilt_binary {
soc_specific: true,
}

cc_prebuilt_binary {
name: "android.hardware.light-service.osom",
owner: "osom",
target: {
android_arm64: {
srcs: [
"proprietary/vendor/bin/hw/android.hardware.light-service.osom",
],
shared_libs: [
"libbase",
"libbinder_ndk",
"android.hardware.light-V1-ndk",
"libc++",
"libc",
"libm",
"libdl",
],
},
},
compile_multilib: "64",
strip: {
none: true,
},
prefer: true,
relative_install_path: "hw",
soc_specific: true,
}

cc_prebuilt_binary {
name: "android.hardware.security.keymint-service-qti",
owner: "osom",
Expand Down
3 changes: 0 additions & 3 deletions ingot-vendor.mk
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ PRODUCT_COPY_FILES += \
vendor/osom/ingot/proprietary/vendor/etc/init/android.hardware.identity-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.identity-service-qti.rc \
vendor/osom/ingot/proprietary/vendor/etc/init/[email protected]:$(TARGET_COPY_OUT_VENDOR)/etc/init/[email protected] \
vendor/osom/ingot/proprietary/vendor/etc/init/[email protected]:$(TARGET_COPY_OUT_VENDOR)/etc/init/[email protected] \
vendor/osom/ingot/proprietary/vendor/etc/init/android.hardware.light-service.osom.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.light-service.osom.rc \
vendor/osom/ingot/proprietary/vendor/etc/init/android.hardware.security.keymint-service-qti.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/android.hardware.security.keymint-service-qti.rc \
vendor/osom/ingot/proprietary/vendor/etc/init/cnd.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/cnd.rc \
vendor/osom/ingot/proprietary/vendor/etc/init/[email protected]:$(TARGET_COPY_OUT_VENDOR)/etc/init/[email protected] \
Expand Down Expand Up @@ -1249,7 +1248,6 @@ PRODUCT_PACKAGES += \
vendor.qti.ims.rcsuce-V1.1-java \
vendor.qti.ims.rcsuce-V1.2-java \
vendor.qti.ims.rcsuceaidlservice-V1-java \
android.hardware.light-service.osom.xml \
android.hardware.security.keymint-service-qti.xml \
c2_manifest_vendor.xml \
c2_manifest_vendor_audio.xml \
Expand Down Expand Up @@ -1279,7 +1277,6 @@ PRODUCT_PACKAGES += \
android.hardware.identity-service-qti \
[email protected] \
[email protected] \
android.hardware.light-service.osom \
android.hardware.security.keymint-service-qti \
qconfigservice \
qcrilNrd \
Expand Down
Binary file not shown.
22 changes: 0 additions & 22 deletions proprietary/vendor/etc/init/android.hardware.light-service.osom.rc

This file was deleted.

This file was deleted.

0 comments on commit 37482a4

Please sign in to comment.