sdm845-common -> sm8250-common
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
// limitations under the License.
|
||||
|
||||
cc_binary {
|
||||
name: "lineage.touch@1.0-service.oneplus_sdm845",
|
||||
init_rc: ["lineage.touch@1.0-service.oneplus_sdm845.rc"],
|
||||
name: "lineage.touch@1.0-service.oneplus_kona",
|
||||
init_rc: ["lineage.touch@1.0-service.oneplus_kona.rc"],
|
||||
defaults: ["hidl_defaults"],
|
||||
relative_install_path: "hw",
|
||||
srcs: [
|
||||
|
||||
@@ -28,7 +28,7 @@ on boot
|
||||
chown system system /proc/touchpanel/up_swipe_enable
|
||||
chown system system /proc/touchpanel/single_tap_enable
|
||||
|
||||
service touch-hal-1-0 /system/bin/hw/lineage.touch@1.0-service.oneplus_sdm845
|
||||
service touch-hal-1-0 /system/bin/hw/lineage.touch@1.0-service.oneplus_kona
|
||||
class hal
|
||||
user system
|
||||
group system
|
||||
@@ -14,7 +14,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define LOG_TAG "lineage.touch@1.0-service.oneplus_sdm845"
|
||||
#define LOG_TAG "lineage.touch@1.0-service.oneplus_kona"
|
||||
|
||||
#include <android-base/logging.h>
|
||||
#include <binder/ProcessState.h>
|
||||
|
||||
Reference in New Issue
Block a user