Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 19753cca authored by Ashutosh Joshi's avatar Ashutosh Joshi
Browse files

Switch to HIDL service based HAL

Switch to using HIDL service based HAL.
Some cleanup.

Test: GTS tests pass

Change-Id: Icf133fe4ead56336973dc50c4ec2aab18382a8ca
parent 771986ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -278,7 +278,7 @@ LOCAL_SHARED_LIBRARIES := \

LOCAL_SHARED_LIBRARIES += \
    libhwui \
    libdl
    libdl \

# we need to access the private Bionic header
# <bionic_tls.h> in com_google_android_gles_jni_GLImpl.cpp
+3 −7
Original line number Diff line number Diff line
@@ -16,13 +16,6 @@

package com.android.server.location;

import java.io.FileDescriptor;
import java.io.PrintWriter;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.HashMap;

import android.Manifest;
import android.content.Context;
import android.content.pm.PackageManager;
@@ -43,8 +36,11 @@ import android.util.Log;

import java.io.FileDescriptor;
import java.io.PrintWriter;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.util.ArrayList;
import java.util.concurrent.ConcurrentHashMap;
import java.util.HashMap;

/**
 * @hide
+1 −0
Original line number Diff line number Diff line
@@ -74,6 +74,7 @@ LOCAL_SHARED_LIBRARIES += \
    libhwbinder \
    libutils \
    android.hardware.audio.common@2.0 \
    android.hardware.contexthub@1.0 \
    android.hardware.gnss@1.0 \
    android.hardware.ir@1.0 \
    android.hardware.light@2.0 \
+492 −571

File changed.

Preview size limit exceeded, changes collapsed.