diff --git a/cat/cat_s22.mk b/cat/cat_s22.mk index a6ebb23..8f6769d 100644 --- a/cat/cat_s22.mk +++ b/cat/cat_s22.mk @@ -37,8 +37,8 @@ PRODUCT_PACKAGE_OVERLAYS += device/wephone/cat/overlay PRODUCT_COPY_FILES += \ device/wephone/cat/files/qpnp_pon.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/qpnp_pon.kl \ device/wephone/cat/files/soc_matrix_keypad.kl:$(TARGET_COPY_OUT_SYSTEM)/usr/keylayout/soc_matrix_keypad.kl \ - device/wephone/cat/files/soc_matrix_keypad.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/soc_matrix_keypad.kcm -# device/wephone/cat/files/audio_policy_configuration.xml:$(TARGET_COPY_OUT_VENDOR)/etc/audio_policy_configuration.xml + device/wephone/cat/files/soc_matrix_keypad.kcm:$(TARGET_COPY_OUT_SYSTEM)/usr/keychars/soc_matrix_keypad.kcm \ + device/wephone/cat/files/wephone.rc:$(TARGET_COPY_OUT_SYSTEM)/etc/init/wephone.rc PRODUCT_PACKAGES += \ BromiteSystemWebView \ diff --git a/cat/files/audio_policy_configuration.xml b/cat/files/audio_policy_configuration.xml deleted file mode 100644 index 5478f18..0000000 --- a/cat/files/audio_policy_configuration.xml +++ /dev/null @@ -1,300 +0,0 @@ - - - - - - - - - - - - - - - - - Earpiece - Speaker - Telephony Tx - Built-In Mic - Built-In Back Mic - FM Tuner - Telephony Rx - - Speaker - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/cat/files/wephone.rc b/cat/files/wephone.rc new file mode 100644 index 0000000..365997d --- /dev/null +++ b/cat/files/wephone.rc @@ -0,0 +1,2 @@ +on post-fs + touch /mnt/banana \ No newline at end of file