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

Commit a4853cd9 authored by Steven Moreland's avatar Steven Moreland
Browse files

libbinder: don't export Static.h

This was being exported by the build system, but it shouldn't be used
anywhere.

Bug: N/A
Test: N/A
Change-Id: Id10772ec3e0ebf39ddf83f0f7981552c3f2e528d
parent c08d5932
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,12 +23,12 @@
#include <utils/RefBase.h>
#include <utils/Vector.h>

#include <private/binder/Static.h>

#include <pthread.h>
#include <stdio.h>
#include <stdlib.h>

#include "Static.h"

// ---------------------------------------------------------------------------

namespace android {
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@
#include <binder/Parcel.h>
#include <utils/String8.h>

#include <private/binder/Static.h>

namespace android {

// ----------------------------------------------------------------------
+0 −2
Original line number Diff line number Diff line
@@ -22,8 +22,6 @@
#include <binder/Parcel.h>
#include <utils/String8.h>

#include <private/binder/Static.h>

namespace android {

// ----------------------------------------------------------------------
+0 −2
Original line number Diff line number Diff line
@@ -20,8 +20,6 @@
#include <binder/Parcel.h>
#include <utils/String8.h>

#include <private/binder/Static.h>

namespace android {

// ----------------------------------------------------------------------
+2 −1
Original line number Diff line number Diff line
@@ -31,7 +31,6 @@
#include <utils/threads.h>

#include <private/binder/binder_module.h>
#include <private/binder/Static.h>

#include <atomic>
#include <errno.h>
@@ -44,6 +43,8 @@
#include <sys/resource.h>
#include <unistd.h>

#include "Static.h"

#if LOG_NDEBUG

#define IF_LOG_TRANSACTIONS() if (false)
Loading