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

Commit b212140b authored by Jiyong Park's avatar Jiyong Park Committed by android-build-merger
Browse files

Merge "Move include/binder to libs/binder/include"

am: d46d9f12

Change-Id: I41744e18ca3731b3027cb459b97945270a4d94ef
parents 99065302 d46d9f12
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