summaryrefslogtreecommitdiffstats
path: root/libappfuse/Android.bp
Commit message (Collapse)AuthorAgeFilesLines
* Add test config to libappfuse_testDan Shi2017-03-311-0/+1
| | | | | | | | | | | This change allows TradeFederation to run the test directly. Refer to b/35882476 for design and discussion of this change. Bug: 35882476 Test: local test tradefed.sh run template/local --template:map test=libappfuse_test Change-Id: Ic3a23d9d609036658fd37fc72571e2fc7db0e88d
* Add FuseAppLoop to libappfuse.Daichi Hirono2016-11-151-2/+10
| | | | | | | | | The class is used at the app side (StorageManager) to parse FUSE commands. Bug: 32260320 Test: libappfuse_test Change-Id: I1ae2904d3290a041f1efbf8fc10ba032eda5449c
* Add FuseBridgeLoop to libappfuse.Daichi Hirono2016-10-271-2/+2
| | | | | | | | | The CL adds FuseBridgeLoop class to libappfuse, which is used in the system service to proxy fuse commands to applications. Bug: 29970149 Test: libappfuse_test Change-Id: I0708f608b3868721ab16ba4028fd2c17a6735af7
* Add utility functions for FUSE.Daichi Hirono2016-10-271-0/+26
The CL adds utility functions to framework to parse FUSE messages from the kernel. The library will be used from framework JNI and service JNI. Bug: 32260320 Test: libappfuse_test Change-Id: Ib89b26d34789e6c26a3288beceb3ea145c1ae780