device/generic/common
Révision | 6c9c19766d96830569aac43656bf68d6b45bfb28 (tree) |
---|---|
l'heure | 2017-08-02 00:28:39 |
Auteur | Jaap Jan Meijer <jjmeijer88@gmai...> |
Commiter | Jaap Jan Meijer |
LOS: allow enabling SU
This was recently changed and SU is disabled otherwise.
@@ -80,6 +80,8 @@ PRODUCT_TAGS += dalvik.gc.type-precise | ||
80 | 80 | |
81 | 81 | PRODUCT_CHARACTERISTICS := tablet |
82 | 82 | |
83 | +WITH_SU := true | |
84 | + | |
83 | 85 | # Boot animation |
84 | 86 | TARGET_SCREEN_WIDTH := 1024 |
85 | 87 | TARGET_SCREEN_HEIGHT := 768 |