OSDN Git Service

Update README.md
authorKoushik Dutta <koush@koushikdutta.com>
Thu, 28 Feb 2013 22:29:27 +0000 (14:29 -0800)
committerKoushik Dutta <koush@koushikdutta.com>
Thu, 28 Feb 2013 22:29:27 +0000 (14:29 -0800)
README.md

index 1d7c918..446a840 100644 (file)
--- a/README.md
+++ b/README.md
@@ -82,7 +82,7 @@ into the com.android.settings package.
 First, in a product makefile (like vendor/cm/config/common.mk), specify the following:
 
 ```
-SUPERUSER_EMBEDDED :+ true
+SUPERUSER_EMBEDDED := true
 ```
 
 To modify the Settings app, you will need this [patch](https://gist.github.com/koush/5059098).