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

Commit b3ef9022 authored by Vijay Venkatraman's avatar Vijay Venkatraman
Browse files

Moved all files from include/system to libsystem/include/system

Bug: 33241851
Test: No changes for modules not using VNDK. For compiling with VNDK,
add libsystem_headers as dependency for using these headers

Change-Id: I1a8a44073424cc0db625e31d44cb16b78c5a9ca1
Merged-In: I2acce0ab771e10ac83461c2f931e2c19e922089e
parent b15882fa
Loading
Loading
Loading
Loading

include/system

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

libsystem/Android.bp

0 → 100644
+4 −0
Original line number Diff line number Diff line
cc_library_headers {
    name: "libsystem_headers",
    export_include_dirs: ["include"],
}
Loading