Revert "deb: add rild_socket shim"

This reverts commit 49426332fa.
This commit is contained in:
followmsi 2017-11-23 10:39:57 +01:00
parent 62104d0ec9
commit e5c797b1d1
4 changed files with 1 additions and 47 deletions

View file

@ -18,8 +18,7 @@
PRODUCT_PACKAGES := \
rild \
CarrierConfig \
BasicSmsReceiver \
rild_socket
BasicSmsReceiver
PRODUCT_COPY_FILES := \
device/asus/deb/fstab.deb:root/fstab.flo \

View file

@ -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

View file

@ -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)

View file

@ -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";