mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
parent
62104d0ec9
commit
e5c797b1d1
4 changed files with 1 additions and 47 deletions
|
@ -18,8 +18,7 @@
|
|||
PRODUCT_PACKAGES := \
|
||||
rild \
|
||||
CarrierConfig \
|
||||
BasicSmsReceiver \
|
||||
rild_socket
|
||||
BasicSmsReceiver
|
||||
|
||||
PRODUCT_COPY_FILES := \
|
||||
device/asus/deb/fstab.deb:root/fstab.flo \
|
||||
|
|
|
@ -26,8 +26,6 @@ on init
|
|||
symlink /sdcard /storage/sdcard0
|
||||
|
||||
on init
|
||||
export LD_SHIM_LIBS /system/vendor/lib/libril-qc-qmi-1.so|rild_socket.so
|
||||
|
||||
# Set permissions for persist partition
|
||||
mkdir /persist 0771 system system
|
||||
mkdir /firmware 0771 system system
|
||||
|
|
|
@ -1,24 +0,0 @@
|
|||
# Copyright (C) 2016 The CyanogenMod Project
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 (the "License");
|
||||
# you may not use this file except in compliance with the License.
|
||||
# You may obtain a copy of the License at
|
||||
#
|
||||
# http://www.apache.org/licenses/LICENSE-2.0
|
||||
#
|
||||
# Unless required by applicable law or agreed to in writing, software
|
||||
# distributed under the License is distributed on an "AS IS" BASIS,
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := rild_socket.c
|
||||
|
||||
LOCAL_MODULE := rild_socket
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
|
@ -1,19 +0,0 @@
|
|||
/*
|
||||
* Copyright (C) 2017 The LineageOS Project
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define MAX_SOCKET_NAME_LENGTH 6
|
||||
|
||||
char rild[MAX_SOCKET_NAME_LENGTH] = "rild";
|
Loading…
Reference in a new issue