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

Commit 88bff361 authored by Vijay Venkatraman's avatar Vijay Venkatraman Committed by Steven Moreland
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

Merged-In: I2acce0ab771e10ac83461c2f931e2c19e922089e
Change-Id: I2acce0ab771e10ac83461c2f931e2c19e922089e
parent ce4c7822
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