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

Commit 5583be7f authored by Vijay Venkatraman's avatar Vijay Venkatraman Committed by Steven Moreland
Browse files

Move include/binder to libs/binder/include

Also moved include/private/binder to libs/binder/include/private/binder.
This allows libbinder to be compiled without depending on global
headers.

Bug: 33241851
Test: Build, flash, and run sailfish.
Test: Try building with BOARD_VNDK_VERSION := current
Change-Id: I0a82b733353add589de26eb2db7af5a246e5c97f
parent 4a5c8a3c
Loading
Loading
Loading
Loading

include/binder

0 → 120000
+1 −0
Original line number Diff line number Diff line
../libs/binder/include/binder/
 No newline at end of file

include/private/binder

0 → 120000
+1 −0
Original line number Diff line number Diff line
../../libs/binder/include/private/binder
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@
// See the License for the specific language governing permissions and
// limitations under the License.

cc_library_headers {
    name: "libbinder_headers",
    export_include_dirs: ["include"],
}

cc_library {
    name: "libbinder",

Loading