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

Commit 11966872 authored by Pawin Vongmasa's avatar Pawin Vongmasa
Browse files

Remove subdirs from Android.bp

subdirs is meaningless now.

Test: Builds

Bug: 129513796

Change-Id: I60130e38b5924b73c5520d884868dd580f5345bf
parent 71028253
Loading
Loading
Loading
Loading

Android.bp

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
subdirs = [
    "camera",
    "drm/*",
    "media/*",
    "services/*",
    "soundtrigger",
]
+0 −2
Original line number Diff line number Diff line
@@ -12,8 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

subdirs = ["ndk"]

cc_library_shared {
    name: "libcamera_client",

+0 −1
Original line number Diff line number Diff line
@@ -39,4 +39,3 @@ cc_library_shared {
    cflags: ["-Werror"],
}
subdirs = ["plugins/*"]
+0 −1
Original line number Diff line number Diff line
subdirs = ["util"]
+0 −4
Original line number Diff line number Diff line
subdirs = [
    "FwdLockEngine",
    "internal-format",
]
Loading