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

Commit 7597ca88 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Rename two targets to have SettingsLib prefix"

parents f8b62032 2f7fd418
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
android_library {
    name: "ActionButtonsPreference",
    name: "SettingsLibActionButtonsPreference",

    srcs: ["src/**/*.java"],
    resource_dirs: ["res"],
+2 −2
Original line number Diff line number Diff line
@@ -16,8 +16,8 @@ android_library {
        "SettingsLibAppPreference",
        "SettingsLibSearchWidget",
        "SettingsLibSettingsSpinner",
        "SettingsLayoutPreference",
        "ActionButtonsPreference",
        "SettingsLibLayoutPreference",
        "SettingsLibActionButtonsPreference",
    ],

    // ANDROIDMK TRANSLATION ERROR: unsupported assignment to LOCAL_SHARED_JAVA_LIBRARIES
+1 −1
Original line number Diff line number Diff line
android_library {
    name: "SettingsLayoutPreference",
    name: "SettingsLibLayoutPreference",

    srcs: ["src/**/*.java"],
    resource_dirs: ["res"],
Loading